mirror of
https://github.com/borgbase/vorta
synced 2025-03-11 14:49:16 +00:00
Add developer name to appdata (#1922)
* Add developer name to appdata Flathub is getting more and more strict when it comes to metadata. I've added "Vorta developers" no, I can also be more specific if people prefer that. * Update com.borgbase.Vorta.appdata.xml
This commit is contained in:
parent
634f984e78
commit
d8cce255eb
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>com.borgbase.Vorta</id>
|
<id>com.borgbase.Vorta</id>
|
||||||
<launchable type="desktop-id">com.borgbase.Vorta.desktop</launchable>
|
<launchable type="desktop-id">com.borgbase.Vorta.desktop</launchable>
|
||||||
|
<developer_name>Vorta contributors</developer_name>
|
||||||
<name>Vorta</name>
|
<name>Vorta</name>
|
||||||
<project_license>GPL-3.0</project_license>
|
<project_license>GPL-3.0</project_license>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
|
Loading…
Add table
Reference in a new issue