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