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

Closes #159
  • Loading branch information
martinpitt authored Jul 31, 2019
1 parent 1736f98 commit a76f202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.cockpit-project.podman.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>org.cockpit-project.podman</id>
<id>org.cockpit_project.podman</id>
<metadata_license>CC0-1.0</metadata_license>
<name>Cockpit Podman</name>
<summary>
Expand All @@ -11,6 +11,6 @@
The Cockpit user interface for Podman containers.
</p>
</description>
<extends>cockpit.desktop</extends>
<extends>org.cockpit_project.cockpit</extends>
<launchable type="cockpit-manifest">cockpit-podman</launchable>
</component>

0 comments on commit a76f202

Please sign in to comment.