From 0709963310ce2ce9414c0b7eeb8c9e255c8a3572 Mon Sep 17 00:00:00 2001 From: Sam <30577766+Samasaur1@users.noreply.github.com> Date: Sat, 24 Jan 2026 14:05:21 -0700 Subject: [PATCH] fishPlugins.async-prompt: add samasaur as maintainer --- pkgs/shells/fish/plugins/async-prompt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/shells/fish/plugins/async-prompt.nix b/pkgs/shells/fish/plugins/async-prompt.nix index 61285a90c84c..a548550ee6d0 100644 --- a/pkgs/shells/fish/plugins/async-prompt.nix +++ b/pkgs/shells/fish/plugins/async-prompt.nix @@ -19,6 +19,6 @@ buildFishPlugin rec { description = "Make your prompt asynchronous to improve the reactivity"; homepage = "https://github.com/acomagu/fish-async-prompt"; license = lib.licenses.mit; - maintainers = [ ]; + maintainers = [ lib.maintainers.samasaur ]; }; }