Skip to content

Commit

Permalink
pythonPackages.kitchen: fix evaluation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Apr 27, 2017
1 parent 3d10db7 commit 9079676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/kitchen/default.nix
Expand Up @@ -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 ];
};
}

0 comments on commit 9079676

Please sign in to comment.