pylint: add totoroot as maintainer

This commit is contained in:
Matthias Thym
2022-05-08 22:24:22 +02:00
committed by Sandro Jäckel
parent 16e2b76b1a
commit 0596c29b4a
@@ -88,6 +88,6 @@ buildPythonPackage rec {
homepage = "https://pylint.pycqa.org/";
description = "A bug and style checker for Python";
license = licenses.gpl1Plus;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ totoroot ];
};
}