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

This commit is contained in:
Fabian Affolter 2020-12-23 09:37:29 +01:00 committed by Jonathan Ringer
parent 16206d0a20
commit 445a3f548b

View File

@ -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 ];
};
}