summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2020-12-23 09:37:29 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-23 19:07:57 -0800
commit445a3f548bd7fdba7ca9521a30f6eb15b6e4ac88 (patch)
tree82884e1202cfcc3580732369ee8a11485166a779
parent16206d0a203111a28e10cb5f289e57184bacaac7 (diff)
python3Packages.dulwich: update licensing (GPLv2+ and ASL 2.0)
-rw-r--r--pkgs/development/python-modules/dulwich/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/dulwich/default.nix b/pkgs/development/python-modules/dulwich/default.nix
index eb645453a3a03..5d4ac94f7fa0e 100644
--- a/pkgs/development/python-modules/dulwich/default.nix
+++ b/pkgs/development/python-modules/dulwich/default.nix
@@ -29,7 +29,7 @@ buildPythonPackage rec {
     '';
     homepage = "https://www.dulwich.io/";
     changelog = "https://github.com/dulwich/dulwich/blob/dulwich-${version}/NEWS";
-    license = licenses.gpl2Plus;
+    license = with licenses; [ asl20 gpl2Plus];
     maintainers = with maintainers; [ koral ];
   };
 }