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:
parent
a3ff536c90
commit
3dcc1eb800
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue