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