kdePackages: add donationPage

Good software deserves our money.

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-05-27 00:21:29 -07:00
parent 98f712b1ff
commit 142d500318

View File

@@ -189,6 +189,7 @@ let
meta = {
description = projectInfo.${pname}.description;
homepage = "https://invent.kde.org/${projectInfo.${pname}.repo_path}";
donationPage = "https://kde.org/donate/";
license = lib.filter (l: l != null) (map (l: licensesBySpdxId.${l}) licenseInfo.${pname});
teams = [ lib.teams.qt-kde ];
# Platforms are currently limited to what upstream tests in CI, but can be extended if there's interest.