dist: Add the <developer/> tag in the metainfo

Flathub requires this tag: https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#name-summary-and-developer-name.

The format of this tag is defined in https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer.
This commit is contained in:
proletarius101 2024-02-18 18:49:49 +08:00 committed by GitHub
parent a3ff536c90
commit 3dcc1eb800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
<name>Solaar</name> <name>Solaar</name>
<summary>Linux manager for Logitech keyboards, mice, and trackpads</summary> <summary>Linux manager for Logitech keyboards, mice, and trackpads</summary>
<developer id="pwr-solaar.github.io">
<name>pwr-Solaar</name>
</developer>
<url type="homepage">https://github.com/pwr-Solaar/Solaar</url> <url type="homepage">https://github.com/pwr-Solaar/Solaar</url>
<content_rating type="oars-1.0" /> <content_rating type="oars-1.0" />
<update_contact>pfpschneider_AT_gmail.com</update_contact> <update_contact>pfpschneider_AT_gmail.com</update_contact>