diff options
author | Miguel Borges de Freitas <92enen@gmail.com> | 2023-04-23 00:10:02 +0100 |
---|---|---|
committer | Miguel Borges de Freitas <92enen@gmail.com> | 2023-04-23 00:10:02 +0100 |
commit | 8d75fc3b003bc8b37fbf761c274029a4e931d792 (patch) | |
tree | e0c60b0b3deb1f633d962db0874e2e7a8ffadd36 /tools/Linux | |
parent | 52cb3dd72a7cefcb3019388caaa8a2735c87abf1 (diff) |
[linux] Add dev name and forum url to kodi.metainfo
Diffstat (limited to 'tools/Linux')
-rw-r--r-- | tools/Linux/kodi.metainfo.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Linux/kodi.metainfo.xml.in b/tools/Linux/kodi.metainfo.xml.in index 36d3c9a76b..61898e8daf 100644 --- a/tools/Linux/kodi.metainfo.xml.in +++ b/tools/Linux/kodi.metainfo.xml.in @@ -4,13 +4,13 @@ <name>@APP_NAME@</name> <project_license>GPL-2.0-only GPL-2.0-or-later LGPL-2.1-or-later MIT BSD-3-Clause BSD-4-Clause</project_license> <metadata_license>CC0-1.0</metadata_license> - <developer_name>Team Kodi</developer_name> + <developer_name>@DEV_NAME@</developer_name> <summary>The ultimate entertainment center</summary> <url type="homepage">https://kodi.tv/</url> <url type="donation">https://kodi.tv/contribute/donate</url> <url type="bugtracker">https://github.com/xbmc/xbmc/issues</url> <url type="faq">https://kodi.wiki/view/FAQs</url> - <url type="help">https://forum.kodi.tv/</url> + <url type="help">@FORUM_WEBSITE@</url> <url type="translate">https://kodi.weblate.cloud/</url> <url type="contribute">https://github.com/xbmc/xbmc/blob/master/docs/CONTRIBUTING.md</url> <url type="vcs-browser">https://github.com/xbmc/xbmc/</url> |