From 591be9d9a70d081c4a34c7fb0fd33df7e46aaaac Mon Sep 17 00:00:00 2001 From: dish Date: Mon, 24 Nov 2025 18:34:58 -0500 Subject: [PATCH] fishPlugins.hydro: remove self from maintainers --- pkgs/shells/fish/plugins/hydro.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/shells/fish/plugins/hydro.nix b/pkgs/shells/fish/plugins/hydro.nix index 6f7619e27437..cbde3c602379 100644 --- a/pkgs/shells/fish/plugins/hydro.nix +++ b/pkgs/shells/fish/plugins/hydro.nix @@ -19,6 +19,6 @@ buildFishPlugin { description = "Ultra-pure, lag-free prompt with async Git status"; homepage = "https://github.com/jorgebucaran/hydro"; license = licenses.mit; - maintainers = with maintainers; [ pyrox0 ]; + maintainers = [ ]; }; }