Fix some "meta.licenses" attributes

This commit is contained in:
Eelco Dolstra
2014-01-24 16:27:36 +01:00
parent a17b090f99
commit e07ce3314d
21 changed files with 21 additions and 21 deletions

View File

@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Utilities to facilitate the installation of Python packages";
homepage = http://pypi.python.org/pypi/setuptools;
licenses = [ "PSF" "ZPL" ];
license = [ "PSF" "ZPL" ];
platforms = platforms.all;
};
}