pylint: add totoroot as maintainer

This commit is contained in:
Matthias Thym 2022-05-04 11:30:14 +02:00 committed by Sandro Jäckel
parent 16e2b76b1a
commit 0596c29b4a
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

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