Make the metainfo pass validation

This commit is contained in:
Martijn Braam 2020-11-08 18:34:52 +01:00
parent c67a36c827
commit 77e99ed6e9
No known key found for this signature in database
GPG Key ID: C4280ACB000B060F
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 Martijn Braam -->
<component type="desktop-application"> <component type="desktop-application">
<id>org.postmarketos.Megapixels</id> <id>org.postmarketos.Megapixels</id>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
@ -23,6 +24,7 @@
</screenshot> </screenshot>
</screenshots> </screenshots>
<url type="homepage">https://sr.ht/~martijnbraam/megapixels</url> <url type="homepage">https://sr.ht/~martijnbraam/megapixels</url>
<content_rating type="oars-1.1" />
<releases> <releases>
<release version="0.11.1" date="2020-10-07"> <release version="0.11.1" date="2020-10-07">
<description> <description>
@ -84,3 +86,4 @@
</description> </description>
</release> </release>
</releases> </releases>
</component>