tmux-sessionizer: add mrcjkb to maintainers

This commit is contained in:
Marc Jakobi 2023-12-24 14:34:49 +01:00
parent e785198679
commit d0cb2f3ad5

View File

@ -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";
};
}