about summary refs log tree commit diff
path: root/pkgs/tools/misc/mprocs/default.nix
diff options
context:
space:
mode:
authorPyrox <pyrox@pyrox.dev>2024-04-23 14:21:37 -0400
committerPyrox <pyrox@pyrox.dev>2024-04-24 12:53:58 -0400
commit11255ef03c9ad628ca73242c051be12c84fbbac2 (patch)
tree9f0d9691c48a4956fa0ca283a69069bdb47cec8b /pkgs/tools/misc/mprocs/default.nix
parent71b4a603862e715bac080d0f2e4362813d8c70c3 (diff)
maintainers: thehedgeh0g -> pyrox0
Also updates my information and contact info.

I no longer use The Hedgehog as my github username or online presence
username, so this fixes that. It also matches my github username, so it
should be easier for others to mention me if needed.
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";
   };
 }