pythonPackages.packaging: fix meta.license
See 8fc81acc8a84000d88663cc0d70644158afa7704 cc @bennofs
This commit is contained in:
parent
7c6a4e6c35
commit
80acc82f4a
@ -30732,7 +30732,7 @@ in modules // {
|
||||
meta = with pkgs.stdenv.lib; {
|
||||
description = "Core utilities for Python packages";
|
||||
homepage = "https://github.com/pypa/packaging";
|
||||
license = [ licenses.bsd2 licenses.asl2 ];
|
||||
license = [ licenses.bsd2 licenses.asl20 ];
|
||||
maintainers = with maintainers; [ bennofs ];
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user