appdata: Keep the same app ID as in 0.13

Go back to using "org.gnome.Geary.desktop" as it was in 0.13. The
appdata spec is very clear that the app ID is not supposed to change and
should be a unique identifier for the app across distributions.
This commit is contained in:
Kalev Lember 2019-04-11 20:44:31 +02:00
parent ef8f97628e
commit 499eb22ef3

View file

@ -2,7 +2,7 @@
<!-- Copyright 2016 Software Freedom Conservancy Inc. -->
<!-- Copyright 2016 Michael Gratton <mike@vee.net> -->
<component type="desktop-application">
<id>org.gnome.Geary</id>
<id>org.gnome.Geary.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-2.1+</project_license>
<update_contact>geary-list@gnome.org</update_contact>