about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-02-10 00:08:27 +0100
committerGaetan Lepage <gaetan@glepage.com>2024-02-10 00:08:27 +0100
commit5b268e13138a5eed6527835c0012255f04103f33 (patch)
treea4706220048a56c7800d2968e68861bce172b661 /pkgs/shells
parentc25c4d4933652d2bb279eb79dcd25870fbb423b4 (diff)
fishPlugins.plugin-git: add GaetanLepage to maintainers
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/fish/plugins/plugin-git.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/fish/plugins/plugin-git.nix b/pkgs/shells/fish/plugins/plugin-git.nix
index 17209d75ed599..0334271e581c4 100644
--- a/pkgs/shells/fish/plugins/plugin-git.nix
+++ b/pkgs/shells/fish/plugins/plugin-git.nix
@@ -16,6 +16,6 @@ buildFishPlugin rec {
     homepage = "https://github.com/jhillyerd/plugin-git";
     changelog = "https://github.com/jhillyerd/plugin-git/releases/tag/v${version}";
     license = licenses.mit;
-    maintainers = with maintainers; [ unsolvedcypher ];
+    maintainers = with maintainers; [ GaetanLepage unsolvedcypher ];
   };
 }