[packaging] Fix flathub linter findings
error: [appstream-missing-developer-name]( https://docs.flathub.org/docs/for-app-authors/linter/#appstream-missing-developer-name): Added the `developer_name` name tag. warning: [appstream-summary-too-long]( https://docs.flathub.org/docs/for-app-authors/linter/#appstream-summary-too-long): Shortened the summary to less than 35 characters. Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
This commit is contained in:
parent
d97b3d08a1
commit
02a79e1522
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
<id>app.organicmaps.desktop</id>
|
||||
|
||||
<name>Organic Maps</name>
|
||||
<summary>A free offline maps app for travelers, tourists, hikers, drivers and cyclists</summary>
|
||||
<developer_name>The Organic Maps Community</developer_name>
|
||||
<summary>Free offline maps for travelers</summary>
|
||||
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>Apache-2.0</project_license>
|
||||
|
|
Reference in a new issue