fixes missing attributes
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user