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:
@@ -16,6 +16,6 @@ buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Scalable persistent components";
|
||||
homepage = http://packages.python.org/BTrees;
|
||||
license = licenses.zpt21;
|
||||
license = licenses.zpl21;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user