1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-02 16:31:23 +00:00

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
This commit is contained in:
Timothée Ravier 2024-01-30 11:26:59 +01:00
parent 7fa28e9ab9
commit b0c2c487f0

View File

@ -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>