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
This commit is contained in:
Martin Pitt 2019-07-31 12:35:33 +02:00
parent 35011e4709
commit cddc74e1bc

View file

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