python3Packages.dulwich: update licensing (GPLv2+ and ASL 2.0)

wip/yesman
Fabian Affolter 3 years ago committed by Jonathan Ringer
parent 16206d0a20
commit 445a3f548b
  1. 2
      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 ];
};
}

Loading…
Cancel
Save