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

This commit is contained in:
Martin Weinelt 2021-02-18 17:29:23 +01:00 committed by github-actions[bot]
parent 904bb3585d
commit b79f09557e

View file

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