From e8b1b05acde7285d0926606bbeedf8d4eaa07b25 Mon Sep 17 00:00:00 2001 From: Winter Date: Sat, 23 Jul 2022 14:39:22 -0400 Subject: [PATCH] fish: add winter and srapenne as maintainers --- pkgs/shells/fish/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix index 01219e2165ec..060f1e5844dc 100644 --- a/pkgs/shells/fish/default.nix +++ b/pkgs/shells/fish/default.nix @@ -287,7 +287,7 @@ let homepage = "https://fishshell.com/"; license = licenses.gpl2; platforms = platforms.unix; - maintainers = with maintainers; [ cole-h ]; + maintainers = with maintainers; [ cole-h winter srapenne ]; }; passthru = {