Unverified Commit 412eab19 authored by John Titor's avatar John Titor
Browse files

tmuxp: remove peterhoeg from maintainer

parent ddc51f13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}