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:
Michael Weiss
2017-08-06 13:49:18 +02:00
parent 7960bbff14
commit 4b0afc169d
10 changed files with 23 additions and 23 deletions

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Zope.Interface";
homepage = http://zope.org/Products/ZopeInterface;
license = licenses.zpt20;
license = licenses.zpl20;
maintainers = [ maintainers.goibhniu ];
};
}