diff options
author | Bilal Elmoussaoui <bil.elmoussaoui@gmail.com> | 2019-01-09 13:53:38 +0000 |
---|---|---|
committer | Bilal Elmoussaoui <bil.elmoussaoui@gmail.com> | 2019-01-09 13:53:38 +0000 |
commit | 0a6009f6a000f14a96be98e521250bedf47aa969 (patch) | |
tree | f0cbd3741eaf751350c94df2c2671ee0f81996b6 /shell/appdata | |
parent | 9fa14f6039048d009941e5be16e18557aaa06119 (diff) | |
download | gnome-control-center-0a6009f6a000f14a96be98e521250bedf47aa969.tar.gz |
appdata: Improve the appdata file
Diffstat (limited to 'shell/appdata')
-rw-r--r-- | shell/appdata/gnome-control-center.appdata.xml.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/shell/appdata/gnome-control-center.appdata.xml.in b/shell/appdata/gnome-control-center.appdata.xml.in index 7d5aab8ab..1197051f0 100644 --- a/shell/appdata/gnome-control-center.appdata.xml.in +++ b/shell/appdata/gnome-control-center.appdata.xml.in @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2015 Richard Hughes <richard@hughsie.com> --> <component type="desktop"> - <id>gnome-control-center.desktop</id> + <id>gnome-control-center</id> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-2.0+</project_license> <name>GNOME Control Center</name> @@ -12,12 +12,15 @@ aspects of your desktop. </p> </description> - <url type="bugtracker">https://bugzilla.gnome.org/browse.cgi?product=control-center</url> + <url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-control-center/issues/</url> + <url type="donation">http://www.gnome.org/friends/</url> + <url type="translate">https://wiki.gnome.org/TranslationProject</url> <update_contact>richard_at_hughsie.com</update_contact> <project_group>GNOME</project_group> + <launchable type="desktop-id">gnome-control-center.desktop</launchable> + <developer_name>The GNOME Project</developer_name> <compulsory_for_desktop>GNOME</compulsory_for_desktop> <kudos> - <kudo>AppMenu</kudo> <kudo>HiDpiIcon</kudo> <kudo>HighContrast</kudo> <kudo>ModernToolkit</kudo> |