tmuxp: add myself as co-maintainer

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2024-01-14 17:40:20 -03:00
parent 3e924be8a8
commit cac10ee051

View file

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