1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-30 08:24:22 +00:00

Update qBittorrent.appdata.xml

Usage of the <updatecontact/> breaks validation. The correct tag is <update_contact/> as per info on this page:
http://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-update_contact
This commit is contained in:
who-me 2015-06-12 13:48:53 +03:00
parent 8897001567
commit 031d14e320

View File

@ -57,5 +57,5 @@
</screenshot> </screenshot>
</screenshots> </screenshots>
<url type="homepage">http://www.qbittorrent.org/</url> <url type="homepage">http://www.qbittorrent.org/</url>
<updatecontact>sledgehammer999@qbittorrent.org</updatecontact> <update_contact>sledgehammer999@qbittorrent.org</update_contact>
</component> </component>