From 86e1dacc070e4252ba2ae4f265fd737af183a1cc Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 10 Feb 2026 16:11:13 -0500 Subject: [PATCH] fishPlugins.async-prompt: add figsoda to maintainers --- pkgs/shells/fish/plugins/async-prompt.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/shells/fish/plugins/async-prompt.nix b/pkgs/shells/fish/plugins/async-prompt.nix index c8fab1f1c931..e96a8465cc0a 100644 --- a/pkgs/shells/fish/plugins/async-prompt.nix +++ b/pkgs/shells/fish/plugins/async-prompt.nix @@ -19,6 +19,9 @@ buildFishPlugin rec { description = "Make your prompt asynchronous to improve the reactivity"; homepage = "https://github.com/acomagu/fish-async-prompt"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.samasaur ]; + maintainers = with lib.maintainers; [ + figsoda + samasaur + ]; }; }