forked from mirrors/nixpkgs
fixes missing attributes
This commit is contained in:
parent
6338c0b202
commit
3920a44628
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue