diff --git a/pkgs/tools/wayland/waynergy/default.nix b/pkgs/tools/wayland/waynergy/default.nix index 646ed3698504..b72b057793f9 100644 --- a/pkgs/tools/wayland/waynergy/default.nix +++ b/pkgs/tools/wayland/waynergy/default.nix @@ -39,6 +39,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/r-c-f/waynergy"; license = licenses.mit; platforms = platforms.linux; - maintainers = with maintainers; [ maxhero pedrohlc ]; + maintainers = with maintainers; [ maxhero ]; }; }