Skip to content

Commit

Permalink
appdata: Update developer ID
Browse files Browse the repository at this point in the history
Flathub requires a developer tag and developer ID. Also Appstream decided to use rdns structure for developer ID.

It allows reverse-dns IDs like sh.cozy, de.geigi or Fediverse handle (like @user@example.org)

> A developer tag with a name child tag must be present.
> Only one developer tag is allowed and the name tag also must be present only once in untranslated form.

```
<developer id="tld.vendor">
  <name>Developer name</name>
</developer>
```
Source: https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#name-summary-and-developer-name

> The element should have a id property, containing a unique ID to identify the component developer / development team. It is recommended to use a reverse-DNS name, like org.gnome or io.github.ximion, or a Fediverse handle (like @user@example.org) as ID to achieve a higher chance of uniqueness.

Source: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer
  • Loading branch information
yakushabb committed Apr 1, 2024
1 parent de39760 commit 2da25a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/com.github.geigi.cozy.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<launchable type="desktop-id">com.github.geigi.cozy.desktop</launchable>
<translation type="gettext">com.github.geigi.cozy</translation>
<!-- developer_name tag deprecated with Appstream 1.0 -->
<developer id="github.com">
<developer_name translate="no">Julian Geywitz</developer_name>
<developer id="sh.cozy">
<name translate="no">Julian Geywitz</name>
</developer>
<update_contact>[email protected]</update_contact>
Expand Down

0 comments on commit 2da25a7

Please sign in to comment.