tmuxp: remove peterhoeg from maintainer
Per https://github.com/NixOS/nixpkgs/pull/307233#issuecomment-2080910009
This commit is contained in:
parent
ddc51f131f
commit
412eab1966
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue