diff --git a/pkgs/tools/X11/arandr/default.nix b/pkgs/tools/X11/arandr/default.nix index fd47e357375f..1421b2a028da 100644 --- a/pkgs/tools/X11/arandr/default.nix +++ b/pkgs/tools/X11/arandr/default.nix @@ -35,6 +35,6 @@ buildPythonApplication rec { homepage = "https://christian.amsuess.com/tools/arandr/"; description = "A simple visual front end for XRandR"; license = licenses.gpl3; - maintainers = with maintainers; [ domenkozar gepbird ]; + maintainers = with maintainers; [ gepbird ]; }; }