mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
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:
committed by
github-actions[bot]
parent
e898225914
commit
73b30875cd
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user