zpl*: Fix the attribute name of the license
This was simply a typo since the license was added in 2013.
This commit is contained in:
@@ -15,7 +15,7 @@ buildPythonPackage {
|
||||
meta = {
|
||||
homepage = http://www.buildout.org;
|
||||
description = "A software build and configuration system";
|
||||
license = stdenv.lib.licenses.zpt21;
|
||||
license = stdenv.lib.licenses.zpl21;
|
||||
maintainers = [ stdenv.lib.maintainers.goibhniu ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user