python3Packages.astroid: clarify license is lgpl2.1 or newer
This commit is contained in:
parent
904bb3585d
commit
b79f09557e
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An abstract syntax tree for Python with inference support";
|
description = "An abstract syntax tree for Python with inference support";
|
||||||
homepage = "https://github.com/PyCQA/astroid";
|
homepage = "https://github.com/PyCQA/astroid";
|
||||||
license = licenses.lgpl2;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ nand0p ];
|
maintainers = with maintainers; [ nand0p ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user