···23 description = "A TUI tool to run multiple commands in parallel and show the output of each command separately";
24 homepage = "https://github.com/pvolok/mprocs";
25 license = licenses.mit;
26- maintainers = with maintainers; [ GaetanLepage thehedgeh0g ];
27 mainProgram = "mprocs";
28 };
29}
···23 description = "A TUI tool to run multiple commands in parallel and show the output of each command separately";
24 homepage = "https://github.com/pvolok/mprocs";
25 license = licenses.mit;
26+ maintainers = with maintainers; [ GaetanLepage pyrox0 ];
27 mainProgram = "mprocs";
28 };
29}