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
|
Author: Francois Marier <francois@debian.org>
Bug: https://github.com/rcaelers/workrave/issues/459
Description: Fix project appdata to improve GNOME Software listing
Forwarded: not-needed
Last-Update: 2023-09-17
--- a/frontend/gtkmm/src/workrave.appdata.xml
+++ b/frontend/gtkmm/src/workrave.appdata.xml
@@ -2,7 +2,7 @@
<component type="desktop-application">
<id>org.workrave.workrave</id>
<metadata_license>CC-BY-3.0</metadata_license>
- <project_license>GPL-3.0+</project_license>
+ <project_license>GPL-3.0-or-later</project_license>
<name>Workrave</name>
<summary>Program that assists in the recovery and prevention of RSI</summary>
<description>
@@ -18,5 +18,6 @@
</screenshot>
</screenshots>
<launchable type="desktop-id">workrave.desktop</launchable>
- <url type="homepage">http://www.workrave.org/</url>
+ <url type="homepage">https://www.workrave.org/</url>
+ <content_rating type="oars-1.1" />
</component>
|