mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
tmux-sessionizer: add mrcjkb to maintainers
This commit is contained in:
parent
e785198679
commit
d0cb2f3ad5
@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "The fastest way to manage projects as tmux sessions";
|
||||
homepage = "https://github.com/jrmoulton/tmux-sessionizer";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ vinnymeller ];
|
||||
maintainers = with maintainers; [ vinnymeller mrcjkb ];
|
||||
mainProgram = "tms";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user