We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e06b9f0 + f527620 commit d6c7c8bCopy full SHA for d6c7c8b
pkgs/development/python-modules/apprise/default.nix
@@ -72,7 +72,7 @@ buildPythonPackage rec {
72
description = "Push Notifications that work with just about every platform";
73
homepage = "https://github.com/caronc/apprise";
74
changelog = "https://github.com/caronc/apprise/releases/tag/v${version}";
75
- license = lib.licenses.bsd3;
+ license = lib.licenses.bsd2;
76
maintainers = with lib.maintainers; [ getchoo ];
77
mainProgram = "apprise";
78
};
0 commit comments