summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorMr Hedgehog <hedgehog@mrhedgehog.xyz>2022-06-07 11:28:49 -0400
committerMr Hedgehog <hedgehog@mrhedgehog.xyz>2022-06-07 11:29:19 -0400
commit3e7621390c2f59a54fef2222f4bfab46cb534936 (patch)
tree5bf39765edfdb29d674d46c81fb2932983a6844e /pkgs/shells
parent8042993cafc4d3cf85bb4c95e133560d2203687b (diff)
downloadnixpkgs-3e7621390c2f59a54fef2222f4bfab46cb534936.tar
nixpkgs-3e7621390c2f59a54fef2222f4bfab46cb534936.tar.gz
nixpkgs-3e7621390c2f59a54fef2222f4bfab46cb534936.tar.bz2
nixpkgs-3e7621390c2f59a54fef2222f4bfab46cb534936.tar.lz
nixpkgs-3e7621390c2f59a54fef2222f4bfab46cb534936.tar.xz
nixpkgs-3e7621390c2f59a54fef2222f4bfab46cb534936.tar.zst
nixpkgs-3e7621390c2f59a54fef2222f4bfab46cb534936.zip
maintainers: mrhedgehog -> thehedgeh0g
Diffstat (limited to 'pkgs/shells')
-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 eddb88a225d..cd8705d5471 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; [ mrhedgehog ];
+    maintainers = with maintainers; [ thehedgeh0g ];
   };
 }