diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix index b3673fb9ec6b..fe8cd39b0f12 100644 --- a/pkgs/shells/fish/default.nix +++ b/pkgs/shells/fish/default.nix @@ -300,7 +300,7 @@ let homepage = "https://fishshell.com/"; license = licenses.gpl2; platforms = platforms.unix; - maintainers = with maintainers; [ cole-h winter ]; + maintainers = with maintainers; [ adamcstephens cole-h winter ]; mainProgram = "fish"; };