tmuxp: remove peterhoeg from maintainer

Per https://github.com/NixOS/nixpkgs/pull/307233#issuecomment-2080910009
This commit is contained in:
John Titor
2024-04-27 22:29:37 +05:30
parent ddc51f131f
commit 412eab1966
+1 -1
View File
@@ -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";
};
}