Merge branch 'fix-appdata' into 'master'

appdata: Update appdata

See merge request GNOME/sysprof!85
This commit is contained in:
Christian Hergert
2023-11-27 05:20:01 +00:00

View File

@ -2,6 +2,7 @@
<component type="desktop-application"> <component type="desktop-application">
<id>@APP_ID@.desktop</id> <id>@APP_ID@.desktop</id>
<translation type="gettext">sysprof</translation> <translation type="gettext">sysprof</translation>
<launchable type="desktop-id">@APP_ID@.desktop</launchable>
<name>Sysprof</name> <name>Sysprof</name>
<summary>Profile an application or entire system</summary> <summary>Profile an application or entire system</summary>
<project_license>GPL-3.0+</project_license> <project_license>GPL-3.0+</project_license>
@ -45,4 +46,5 @@
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
<update_contact>chergert_AT_redhat.com</update_contact> <update_contact>chergert_AT_redhat.com</update_contact>
<content_rating type="oars-1.0" />
</component> </component>