pythonPackages.packaging: fix meta.license

See 8fc81acc8a

cc @bennofs
This commit is contained in:
Joachim Fasting
2016-10-23 20:11:38 +02:00
parent 7c6a4e6c35
commit 80acc82f4a
+1 -1
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 ];
};
};