mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
build: fix some AppStream metadata warnings
This commit is contained in:
parent
6bea4b42a2
commit
97d622a8b7
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>com.sourcegit-scm.SourceGit</id>
|
<id>com.sourcegit_scm.SourceGit</id>
|
||||||
<metadata_license>MIT</metadata_license>
|
<metadata_license>MIT</metadata_license>
|
||||||
<project_license>MIT</project_license>
|
<project_license>MIT</project_license>
|
||||||
<name>SourceGit</name>
|
<name>SourceGit</name>
|
||||||
|
@ -8,8 +8,9 @@
|
||||||
<description>
|
<description>
|
||||||
<p>Open-source GUI client for git users</p>
|
<p>Open-source GUI client for git users</p>
|
||||||
</description>
|
</description>
|
||||||
<launchable type="desktop-id">com.sourcegit-scm.SourceGit.desktop</launchable>
|
<url type="homepage">https://github.com/sourcegit-scm/sourcegit</url>
|
||||||
|
<launchable type="desktop-id">com.sourcegit_scm.SourceGit.desktop</launchable>
|
||||||
<provides>
|
<provides>
|
||||||
<id>com.sourcegit-scm.SourceGit.desktop</id>
|
<id>com.sourcegit_scm.SourceGit.desktop</id>
|
||||||
</provides>
|
</provides>
|
||||||
</component>
|
</component>
|
||||||
|
|
Loading…
Reference in a new issue