about summary refs log tree commit diff
path: root/pkgs/shells/fish/plugins/hydro.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/shells/fish/plugins/hydro.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/shells/fish/plugins/hydro.nix')
-rw-r--r--pkgs/shells/fish/plugins/hydro.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/fish/plugins/hydro.nix b/pkgs/shells/fish/plugins/hydro.nix
index cd8705d547166..c8e6eed725824 100644
--- a/pkgs/shells/fish/plugins/hydro.nix
+++ b/pkgs/shells/fish/plugins/hydro.nix
@@ -15,6 +15,6 @@ buildFishPlugin rec {
     description = "Ultra-pure, lag-free prompt with async Git status";
     homepage = "https://github.com/jorgebucaran/hydro";
     license = licenses.mit;
-    maintainers = with maintainers; [ thehedgeh0g ];
+    maintainers = with maintainers; [ pyrox0 ];
   };
 }