metainfo: Fix launchable and update description
`<launchable>` must coincide with the actual URL path defined by the manifest. Remove the period from `<summary>`, as the spec [1] suggests. [1] https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#sect-Metadata-GenericComponent Closes #350
This commit is contained in:
parent
42db8396b2
commit
8f56c3f13f
1 changed files with 2 additions and 4 deletions
|
|
@ -3,14 +3,12 @@
|
|||
<id>org.cockpit_project.starter_kit</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<name>Starter Kit</name>
|
||||
<summary>
|
||||
Scaffolding for a cockpit module.
|
||||
</summary>
|
||||
<summary>Scaffolding for a cockpit module</summary>
|
||||
<description>
|
||||
<p>
|
||||
Scaffolding for a cockpit module.
|
||||
</p>
|
||||
</description>
|
||||
<extends>org.cockpit_project.cockpit</extends>
|
||||
<launchable type="cockpit-manifest">cockpit-starter-kit</launchable>
|
||||
<launchable type="cockpit-manifest">starter-kit</launchable>
|
||||
</component>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue