about summary refs log tree commit diff
path: root/pkgs/shells/zsh/antibody
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/zsh/antibody')
-rw-r--r--pkgs/shells/zsh/antibody/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/zsh/antibody/default.nix b/pkgs/shells/zsh/antibody/default.nix
index 88baa3959feb4..e1bfc68dc4deb 100644
--- a/pkgs/shells/zsh/antibody/default.nix
+++ b/pkgs/shells/zsh/antibody/default.nix
@@ -19,6 +19,6 @@ buildGoModule rec {
     description = "The fastest shell plugin manager";
     homepage = https://github.com/getantibody/antibody;
     license = licenses.mit;
-    maintainers = with maintainers; [ worldofpeace ];
+    maintainers = with maintainers; [ filalex77 worldofpeace ];
   };
 }