mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
appdata.xml: fix a validation error
appstream-util version 0.7.16 complains: $ appstream-util validate-relax --nonet ./data/sm.puri.Calls.appdata.xml ./data/sm.puri.Calls.appdata.xml: FAILED: • tag-missing : <description> required Validation of files failed What it actually means that the <description> is not well formed because it should contain a paragraph.
This commit is contained in:
parent
e7ba7d731c
commit
4b4cfa0426
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
|||
<name>Calls</name>
|
||||
<summary>A phone dialer and call handler</summary>
|
||||
|
||||
<description>Calls is a simple, elegant phone dialer and call handler built using GTK+ 3.</description>
|
||||
<description>
|
||||
<p>Calls is a simple, elegant phone dialer and call handler built using GTK+ 3.</p>
|
||||
</description>
|
||||
|
||||
<url type="homepage">https://source.puri.sm/Librem5/calls</url>
|
||||
<url type="bugtracker">https://source.puri.sm/Librem5/calls/issues</url>
|
||||
|
|
Loading…
Reference in a new issue