Skip to content

Commit d6c7c8b

Browse files
authored
apprise: licenses.bsd3 -> bsd2 (NixOS#455300)
2 parents e06b9f0 + f527620 commit d6c7c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/apprise/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ buildPythonPackage rec {
7272
description = "Push Notifications that work with just about every platform";
7373
homepage = "https://github.com/caronc/apprise";
7474
changelog = "https://github.com/caronc/apprise/releases/tag/v${version}";
75-
license = lib.licenses.bsd3;
75+
license = lib.licenses.bsd2;
7676
maintainers = with lib.maintainers; [ getchoo ];
7777
mainProgram = "apprise";
7878
};

0 commit comments

Comments
 (0)