aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-06-08 17:59:35 +0200
committerGuido Günther <agx@sigxcpu.org>2014-06-08 17:59:35 +0200
commit3e199435d6e2f17480f77cf90a93592407b58432 (patch)
tree975ec9c92d687456d72ebd86f2d32da605b823b7 /data
parentb2d73d33da16f497d27e95b9cf498b9adc9f9c80 (diff)
Make appdata file compliant to the current schema
We still have [screenshot] width was too small [screenshot] height was too small as found by http://hughsient.no-ip.org/validate.php but the app is indeed that small.
Diffstat (limited to 'data')
-rw-r--r--data/prepaid-manager-applet.appdata.xml.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/prepaid-manager-applet.appdata.xml.in b/data/prepaid-manager-applet.appdata.xml.in
index 3f1f9cb..a180ca5 100644
--- a/data/prepaid-manager-applet.appdata.xml.in
+++ b/data/prepaid-manager-applet.appdata.xml.in
@@ -2,7 +2,7 @@
<!-- Copyright 2014 Guido Günther <agx@sigxcpu.org> -->
<application>
<id type="desktop">prepaid-manager-applet.desktop</id>
- <metadata_licence>CC-BY-SA-3.0</metadata_licence>
+ <metadata_license>CC-BY-SA-3.0</metadata_license>
<description>
<_p>
GNOME Prepaid-manager-applet is an applet for the GNOME Desktop that
@@ -14,8 +14,8 @@
</_p>
</description>
<screenshots>
- <screenshot type="default" width="337" height="150">https://honk.sigxcpu.org/piki/projects/ppm/check.png</screenshot>
- <screenshot type="default" width="337" height="150">https://honk.sigxcpu.org/piki/projects/ppm/topup.png</screenshot>
+ <screenshot type="default" width="411" height="183">https://honk.sigxcpu.org/piki/projects/ppm/check.png</screenshot>
+ <screenshot width="411" height="183">https://honk.sigxcpu.org/piki/projects/ppm/topup.png</screenshot>
</screenshots>
<url type="homepage">https://honk.sigxcpu.org/piki/projects/ppm/</url>
<updatecontact>agx_at_sigxcpu.org</updatecontact>