mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
kdePackages: add donationPage
Good software deserves our money. Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user