Skip to content

Commit

Permalink
Fix AppStream ID
Browse files Browse the repository at this point in the history
Cockpit renamed its ID to "org.cockpit_project.cockpit" to conform to
the AppStream spec [1]. Follow suit and also fix our own ID to not
contain hyphens.

[1] cockpit-project/cockpit@4a9ffe669c
  • Loading branch information
martinpitt committed Jul 31, 2019
1 parent 838e510 commit a3a5fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions io.weldr.cockpit-composer.metainfo.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
<id>io.weldr.cockpit-composer</id>
<id>io.weldr.cockpit_composer</id>
<metadata_license>CC0-1.0</metadata_license>
<name>Image Builder</name>
<summary>
Expand All @@ -12,6 +12,6 @@
systems, or as images ready to upload to the cloud.
</p>
</description>
<extends>cockpit.desktop</extends>
<extends>org.cockpit_project.cockpit</extends>
<launchable type="cockpit-manifest">welder</launchable>
</component>

0 comments on commit a3a5fa1

Please sign in to comment.