about summary refs log tree commit diff
path: root/pkgs/tools/misc/zellij/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/zellij/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/zellij/default.nix')
-rw-r--r--pkgs/tools/misc/zellij/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/zellij/default.nix b/pkgs/tools/misc/zellij/default.nix
index e32304e1f201e..567783f9d7505 100644
--- a/pkgs/tools/misc/zellij/default.nix
+++ b/pkgs/tools/misc/zellij/default.nix
@@ -63,7 +63,7 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://zellij.dev/";
     changelog = "https://github.com/zellij-org/zellij/blob/v${version}/CHANGELOG.md";
     license = with licenses; [ mit ];
-    maintainers = with maintainers; [ therealansh _0x4A6F abbe thehedgeh0g ];
+    maintainers = with maintainers; [ therealansh _0x4A6F abbe pyrox0 ];
     mainProgram = "zellij";
   };
 }