kdePackages: add donationPage

Good software deserves our money.

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
(cherry picked from commit 142d500318)
This commit is contained in:
Ethan Carter Edwards
2026-05-27 00:21:29 -07:00
committed by github-actions[bot]
parent e898225914
commit 73b30875cd

View File

@@ -185,6 +185,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.