From 2df2b3dc701f01f306aeb25ce593b6437d155677 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sun, 17 Nov 2024 23:41:50 -0300 Subject: [PATCH] grc: remove AndersonTorres --- pkgs/tools/misc/grc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/grc/default.nix b/pkgs/tools/misc/grc/default.nix index e080918f4c96..271ef5edfbf4 100644 --- a/pkgs/tools/misc/grc/default.nix +++ b/pkgs/tools/misc/grc/default.nix @@ -46,7 +46,7 @@ buildPythonApplication rec { beautifying your logfiles or output of commands. ''; license = licenses.gpl2Plus; - maintainers = with maintainers; [ azahi lovek323 AndersonTorres peterhoeg ]; + maintainers = with maintainers; [ azahi lovek323 peterhoeg ]; platforms = platforms.unix; mainProgram = "grc"; };