From 445a3f548bd7fdba7ca9521a30f6eb15b6e4ac88 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 23 Dec 2020 09:37:29 +0100 Subject: [PATCH] python3Packages.dulwich: update licensing (GPLv2+ and ASL 2.0) --- pkgs/development/python-modules/dulwich/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/dulwich/default.nix b/pkgs/development/python-modules/dulwich/default.nix index eb645453a3a0..5d4ac94f7fa0 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 ]; }; }