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 9, 2024
1 parent 3abb56c commit c7a44eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/org.freedesktop.fwupd.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<url type="vcs-browser">https://github.com/fwupd/fwupd</url>
<update_contact>richard_at_hughsie.com</update_contact>
<developer_name>The fwupd authors</developer_name>
<developer id="fwupd.org">
<name translatable="no">The fwupd authors</name>
<developer id="org.fwupd">
</developer>
<translation type="gettext">fwupd</translation>
<content_rating type="oars-1.1">
Expand Down

0 comments on commit c7a44eb

Please sign in to comment.