pythonPackages.kitchen: fix evaluation error
This commit is contained in:
parent
3d10db7bc8
commit
9079676fe1
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Kitchen contains a cornucopia of useful code";
|
description = "Kitchen contains a cornucopia of useful code";
|
||||||
license = license.lgpl;
|
license = licenses.lgpl2;
|
||||||
maintainers = with maintainers; [ mornfall ];
|
maintainers = with maintainers; [ mornfall ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user