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"; };