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:
parent
35011e4709
commit
97ab5e35b6
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue