Add developer name to appdata file (#2166)

* Add developer name to appdata file

https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#developer-name

* add id to developer tag

not sure if this should be set to the value I just set it to, but it seems plausible enough
pull/2168/head
Adrian Edwards 2 years ago committed by GitHub
parent f3d2a93db3
commit 8ece37c90d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>no.mifi.losslesscut</id>
<developer id="no.mifi">
<name>Mikael Finstad</name>
</developer>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<name>LosslessCut</name>

Loading…
Cancel
Save