pythonPackages.kitchen: fix evaluation error

This commit is contained in:
Jörg Thalheim 2017-04-27 09:07:38 +02:00
parent 3d10db7bc8
commit 9079676fe1
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -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 ];
};
}