Skip to content

Commit

Permalink
fixes missing attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Sep 18, 2017
1 parent 6338c0b commit 3920a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/logilab/common.nix
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/top-level/perl-packages.nix
Expand Up @@ -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 ];
};
};

Expand Down

0 comments on commit 3920a44

Please sign in to comment.