python3Packages.astroid: clarify license is lgpl2.1 or newer

This commit is contained in:
Martin Weinelt
2021-03-05 14:06:03 +00:00
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 ];
};