From d10cdf8a86ce14f37d8acc5374aacd03e7267b3d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 18 Feb 2024 20:25:13 +0530 Subject: [PATCH] Add tag to appstream metadata https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer --- src/calibre/linux.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/linux.py b/src/calibre/linux.py index 2b764dbbf2..d3f4d3de16 100644 --- a/src/calibre/linux.py +++ b/src/calibre/linux.py @@ -1274,6 +1274,7 @@ def write_appdata(key, entry, base, translators): E.name(entry['name']), E.metadata_license('CC0-1.0'), E.project_license('GPL-3.0'), + E.developer(E.name('Kovid Goyal'), id='kovidgoyal.net'), E.summary(entry['summary']), E.content_rating( # Information Sharing: Using any online API, e.g. a user-counter