From 65781e204d7c76b50351676360cecadfd4ec7646 Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Wed, 3 Jul 2019 11:27:39 +0200 Subject: Remove me (garbas) as maintainer since I don't have much time to maintain anything --- pkgs/development/python-modules/pep8/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/python-modules/pep8') diff --git a/pkgs/development/python-modules/pep8/default.nix b/pkgs/development/python-modules/pep8/default.nix index 6794b6f5f6688..12176b97380dd 100644 --- a/pkgs/development/python-modules/pep8/default.nix +++ b/pkgs/development/python-modules/pep8/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { homepage = "https://pep8.readthedocs.org/"; description = "Python style guide checker"; license = licenses.mit; - maintainers = with maintainers; [ garbas ]; + maintainers = with maintainers; [ ]; }; } -- cgit 1.4.1