From 412eab1966fcd17f3bed1aadaa8762ffb9914f0f Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Sat, 27 Apr 2024 22:29:37 +0530 Subject: [PATCH] tmuxp: remove peterhoeg from maintainer Per https://github.com/NixOS/nixpkgs/pull/307233#issuecomment-2080910009 --- pkgs/tools/misc/tmuxp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/tmuxp/default.nix b/pkgs/tools/misc/tmuxp/default.nix index 0d92123c2725..f0352cdda360 100644 --- a/pkgs/tools/misc/tmuxp/default.nix +++ b/pkgs/tools/misc/tmuxp/default.nix @@ -39,7 +39,7 @@ python3Packages.buildPythonApplication { homepage = "https://tmuxp.git-pull.com/"; changelog = "https://github.com/tmux-python/tmuxp/raw/v${version}/CHANGES"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ peterhoeg otavio ]; + maintainers = with lib.maintainers; [ otavio ]; mainProgram = "tmuxp"; }; }