diff options
| author | Timothée Ravier <[email protected]> | 2024-01-30 11:26:59 +0100 |
|---|---|---|
| committer | Timothée Ravier <[email protected]> | 2024-02-02 19:00:50 +0100 |
| commit | b0c2c487f0f8b39cc09016204452a682c813cf14 (patch) | |
| tree | 6dd10984372a752e478292a8c979884bb1049fa4 /src/org.kde.dolphin.appdata.xml | |
| parent | 7fa28e9ab9245294d30de9da62c77ca1d1dbbec7 (diff) | |
org.kde.dolphin.appdata: Add developer_name
Fixes the following lint errors for Flathub:
```
{
"errors": [
"appstream-missing-developer-name"
]
}
```
See: https://github.com/flathub/org.kde.dolphin/pull/207
See: https://github.com/flathub-infra/flatpak-builder-lint/issues/274
See: https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer
See: https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer_name
Diffstat (limited to 'src/org.kde.dolphin.appdata.xml')
| -rw-r--r-- | src/org.kde.dolphin.appdata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/org.kde.dolphin.appdata.xml b/src/org.kde.dolphin.appdata.xml index 77b6fe92b..43a15fed8 100644 --- a/src/org.kde.dolphin.appdata.xml +++ b/src/org.kde.dolphin.appdata.xml @@ -3,6 +3,7 @@ <id>org.kde.dolphin.desktop</id> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-2.0-or-later</project_license> + <developer_name translate="no">KDE</developer_name> <name>Dolphin</name> <name xml:lang="ar">دولفين</name> <name xml:lang="ast">Dolphin</name> |
