3
0
Fork 0
forked from mirrors/nixpkgs

fixes missing attributes

This commit is contained in:
zimbatm 2017-09-19 00:39:02 +01:00
parent 6338c0b202
commit 3920a44628
2 changed files with 2 additions and 2 deletions

View file

@ -19,6 +19,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python packages and modules used by Logilab ";
homepage = https://www.logilab.org/project/logilab-common;
license = licenses.lgpl;
license = licenses.lgpl21;
};
}

View file

@ -13181,7 +13181,7 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ Curses ];
meta = {
description = "ASCII sprite animation framework";
license = with stdenv.lib.licenses; [ artistic1 gplPlus1 ];
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};