1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Description: Minor fixes to Appstream data
Author: Didier Raboud <odyx@debian.org>
Forwarded: no
Last-Update: 2024-04-21
--- a/desktop/info.colobot.Colobot.appdata.xml
+++ b/desktop/info.colobot.Colobot.appdata.xml
@@ -3,7 +3,9 @@
<id>info.colobot.Colobot</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
- <developer_name>TerranovaTeam</developer_name>
+ <developer>
+ <name>TerranovaTeam</name>
+ </developer>
<update_contact>contact@colobot.info</update_contact>
<name>Colobot</name>
<summary>Colonize with bots</summary>
@@ -23,7 +25,7 @@
<url type="homepage">https://colobot.info/</url>
<url type="bugtracker">https://github.com/colobot/colobot/issues</url>
- <url type="help">http://colobot.info/forum/</url>
+ <url type="help">https://colobot.info/forum/</url>
<url type="donation">https://colobot.info/donate/</url>
<content_rating type="oars-1.1">
@@ -33,6 +35,7 @@
</content_rating>
<releases>
+ <release date="2023-08-08" version="0.2.1"/>
<release date="2018-04-10" version="0.1.11.1"/>
</releases>
</component>
|