summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-02-28 18:37:51 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 23:57:08 +0100
commite81d5eb22fb7f4ca0d0e7e6ac9caccc3483336d1 (patch)
treedcf14be6f75caca16de9dcbfe41e636f3953bb6a
parent36a48532ea68679f00e4881aecd62fb77dbf7f5e (diff)
downloadnixpkgs-e81d5eb22fb7f4ca0d0e7e6ac9caccc3483336d1.tar
nixpkgs-e81d5eb22fb7f4ca0d0e7e6ac9caccc3483336d1.tar.gz
nixpkgs-e81d5eb22fb7f4ca0d0e7e6ac9caccc3483336d1.tar.bz2
nixpkgs-e81d5eb22fb7f4ca0d0e7e6ac9caccc3483336d1.tar.lz
nixpkgs-e81d5eb22fb7f4ca0d0e7e6ac9caccc3483336d1.tar.xz
nixpkgs-e81d5eb22fb7f4ca0d0e7e6ac9caccc3483336d1.tar.zst
nixpkgs-e81d5eb22fb7f4ca0d0e7e6ac9caccc3483336d1.zip
python310Packages.apprise: update license
-rw-r--r--pkgs/development/python-modules/apprise/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/apprise/default.nix b/pkgs/development/python-modules/apprise/default.nix
index 49750bab238..1cc11426b48 100644
--- a/pkgs/development/python-modules/apprise/default.nix
+++ b/pkgs/development/python-modules/apprise/default.nix
@@ -73,7 +73,7 @@ buildPythonPackage rec {
     description = "Push Notifications that work with just about every platform";
     homepage = "https://github.com/caronc/apprise";
     changelog = "https://github.com/caronc/apprise/releases/tag/v${version}";
-    license = licenses.mit;
+    license = licenses.bsd3;
     maintainers = with maintainers; [ marsam ];
   };
 }