Skip to content

Commit 256acaf

Browse files
authored
Merge pull request #98 from bigon/bug_97
Make the appstream file validate with version >= 0.6
2 parents 2a502fd + 35279ba commit 256acaf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

system-config-printer.appdata.xml.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<application>
3-
<id type="desktop">system-config-printer.desktop</id>
2+
<component type="desktop">
3+
<id>system-config-printer.desktop</id>
44
<metadata_license>CC0</metadata_license>
55
<project_license>GPL-2.0+</project_license>
66
<_name>Print Settings</_name>
@@ -29,5 +29,5 @@
2929
<dbus type="system">org.fedoraproject.Config.Printing</dbus>
3030
</provides>
3131

32-
<updatecontact>zdohnal@redhat.com</updatecontact>
33-
</application>
32+
<update_contact>zdohnal@redhat.com</update_contact>
33+
</component>

0 commit comments

Comments
 (0)