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
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -39,7 +39,7 @@ python3Packages.buildPythonApplication {
homepage = "https://tmuxp.git-pull.com/"; homepage = "https://tmuxp.git-pull.com/";
changelog = "https://github.com/tmux-python/tmuxp/raw/v${version}/CHANGES"; changelog = "https://github.com/tmux-python/tmuxp/raw/v${version}/CHANGES";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ peterhoeg otavio ]; maintainers = with lib.maintainers; [ otavio ];
mainProgram = "tmuxp"; mainProgram = "tmuxp";
}; };
} }