python311Packages.astroid: set GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage
2023-12-20 20:16:44 +01:00
committed by Martin Weinelt
parent 7e6d1c030a
commit 01f6a6799e
@@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "An abstract syntax tree for Python with inference support";
homepage = "https://github.com/PyCQA/astroid";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ GaetanLepage ];
};
}