mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add <developer> tag to appstream metadata
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer
This commit is contained in:
parent
34743e4807
commit
d10cdf8a86
@ -1274,6 +1274,7 @@ def write_appdata(key, entry, base, translators):
|
|||||||
E.name(entry['name']),
|
E.name(entry['name']),
|
||||||
E.metadata_license('CC0-1.0'),
|
E.metadata_license('CC0-1.0'),
|
||||||
E.project_license('GPL-3.0'),
|
E.project_license('GPL-3.0'),
|
||||||
|
E.developer(E.name('Kovid Goyal'), id='kovidgoyal.net'),
|
||||||
E.summary(entry['summary']),
|
E.summary(entry['summary']),
|
||||||
E.content_rating(
|
E.content_rating(
|
||||||
# Information Sharing: Using any online API, e.g. a user-counter
|
# Information Sharing: Using any online API, e.g. a user-counter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user