From 0596c29b4a60e5c2f764b2d3e0873c4dbeadfb8b Mon Sep 17 00:00:00 2001 From: Matthias Thym Date: Wed, 4 May 2022 11:30:14 +0200 Subject: [PATCH] pylint: add totoroot as maintainer --- pkgs/development/python-modules/pylint/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pylint/default.nix b/pkgs/development/python-modules/pylint/default.nix index dda915bb7ef..db6606945a7 100644 --- a/pkgs/development/python-modules/pylint/default.nix +++ b/pkgs/development/python-modules/pylint/default.nix @@ -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 ]; }; }