Tweak AppStream metadata to satisfy `appstream-util validate'
* etc/emacs.metainfo.xml: `appstream-util validate' suggests that screenshot height and width attributes should match the actual size of the image, and that captions be no longer than 50 chars and do not end in `.'. Follow those rules.
This commit is contained in:
parent
4f3188a88c
commit
b3fb93e0e8
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@
|
|||
<developer_name>Free Software Foundation</developer_name>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image type="source" width="632" height="354">https://www.gnu.org/software/emacs/images/appdata-26.png</image>
|
||||
<caption>Editing a Lisp program whilst viewing the Emacs manual.</caption>
|
||||
<image type="source" width="1024" height="576">https://www.gnu.org/software/emacs/images/appdata-26.png</image>
|
||||
<caption>Editing a Lisp program, whilst viewing the manual</caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<update_contact>emacs-devel_AT_gnu.org</update_contact>
|
||||
|
|
Loading…
Add table
Reference in a new issue