Fix AppStream ID

Cockpit renamed its ID to "org.cockpit_project.cockpit" to conform to
the AppStream spec [1]. Follow suit and also fix our own IDs to not
contain hyphens.

[1] 4a9ffe669c

Closes #204
This commit is contained in:
Martin Pitt 2019-07-31 14:09:50 +02:00 committed by GitHub
parent 35011e4709
commit 97ab5e35b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<component type="addon"> <component type="addon">
<id>org.cockpit-project.starter-kit</id> <id>org.cockpit_project.starter_kit</id>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
<name>Starter Kit</name> <name>Starter Kit</name>
<summary> <summary>
@ -11,6 +11,6 @@
Scaffolding for a cockpit module. Scaffolding for a cockpit module.
</p> </p>
</description> </description>
<extends>cockpit.desktop</extends> <extends>org.cockpit_project.cockpit</extends>
<launchable type="cockpit-manifest">cockpit-starter-kit</launchable> <launchable type="cockpit-manifest">cockpit-starter-kit</launchable>
</component> </component>