pythonPackages.packaging: fix meta.license

See 8fc81acc8a

cc @bennofs
This commit is contained in:
Joachim Fasting 2016-10-23 20:10:34 +02:00
parent 7c6a4e6c35
commit 80acc82f4a
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

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