summary refs log tree commit diff
path: root/pkgs/shells/fish
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-03-10 13:10:53 -0500
committerfigsoda <figsoda@pm.me>2023-03-10 13:11:08 -0500
commitb18978c3f3c8f4927b3491afa801a23ac00fb437 (patch)
tree66dc4164cdcd18eb06e36a347748699ad731d570 /pkgs/shells/fish
parentfad73040309d6968bdf02e8691c8f09ed9fecda9 (diff)
downloadnixpkgs-b18978c3f3c8f4927b3491afa801a23ac00fb437.tar
nixpkgs-b18978c3f3c8f4927b3491afa801a23ac00fb437.tar.gz
nixpkgs-b18978c3f3c8f4927b3491afa801a23ac00fb437.tar.bz2
nixpkgs-b18978c3f3c8f4927b3491afa801a23ac00fb437.tar.lz
nixpkgs-b18978c3f3c8f4927b3491afa801a23ac00fb437.tar.xz
nixpkgs-b18978c3f3c8f4927b3491afa801a23ac00fb437.tar.zst
nixpkgs-b18978c3f3c8f4927b3491afa801a23ac00fb437.zip
fishPlugins.autopair: add figsoda as a maintainer
Diffstat (limited to 'pkgs/shells/fish')
-rw-r--r--pkgs/shells/fish/plugins/autopair.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/fish/plugins/autopair.nix b/pkgs/shells/fish/plugins/autopair.nix
index 3151d5838b2..50b5a30b1d9 100644
--- a/pkgs/shells/fish/plugins/autopair.nix
+++ b/pkgs/shells/fish/plugins/autopair.nix
@@ -15,6 +15,6 @@ buildFishPlugin rec {
     description = "Auto-complete matching pairs in the Fish command line";
     homepage = "https://github.com/jorgebucaran/autopair.fish";
     license = licenses.mit;
-    maintainers = with maintainers; [ kidonng thehedgeh0g ];
+    maintainers = with maintainers; [ figsoda kidonng thehedgeh0g ];
   };
 }