about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2024-01-01 12:40:50 -0500
committerCole Helbling <cole.e.helbling@outlook.com>2024-01-02 07:40:58 -0800
commitaf1e902005e317d20495e8cdda9123f4370bf572 (patch)
tree58492ed20bdca40878901d1b2d68aa78458f82be /pkgs/shells
parent87e492bd3a15bd38bd78aad0577a13e91b89f635 (diff)
fish: add adamcstephens as maintainer
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/fish/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix
index b3673fb9ec6b9..fe8cd39b0f120 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";
     };