about summary refs log tree commit diff
path: root/pkgs/tools/misc/mprocs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/mprocs/default.nix')
-rw-r--r--pkgs/tools/misc/mprocs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/mprocs/default.nix b/pkgs/tools/misc/mprocs/default.nix
index c42c17bd53c9a..ae0d113f8159b 100644
--- a/pkgs/tools/misc/mprocs/default.nix
+++ b/pkgs/tools/misc/mprocs/default.nix
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
     description = "A TUI tool to run multiple commands in parallel and show the output of each command separately";
     homepage = "https://github.com/pvolok/mprocs";
     license = licenses.mit;
-    maintainers = with maintainers; [ GaetanLepage thehedgeh0g ];
+    maintainers = with maintainers; [ GaetanLepage pyrox0 ];
     mainProgram = "mprocs";
   };
 }