python3Packages.dulwich: update licensing (GPLv2+ and ASL 2.0)
This commit is contained in:
parent
16206d0a20
commit
445a3f548b
|
@ -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…
Reference in New Issue