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