lol

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

authored by

Fabian Affolter and committed by
Jonathan Ringer
445a3f54 16206d0a

+1 -1
+1 -1
pkgs/development/python-modules/dulwich/default.nix
··· 29 29 ''; 30 30 homepage = "https://www.dulwich.io/"; 31 31 changelog = "https://github.com/dulwich/dulwich/blob/dulwich-${version}/NEWS"; 32 - license = licenses.gpl2Plus; 32 + license = with licenses; [ asl20 gpl2Plus]; 33 33 maintainers = with maintainers; [ koral ]; 34 34 }; 35 35 }