summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorOleksii Filonenko <brightone@protonmail.com>2019-11-11 13:51:02 +0200
committerOleksii Filonenko <brightone@protonmail.com>2019-11-11 13:51:02 +0200
commitdfb9a1e164956edc64b77e52f23e833fc65bbec6 (patch)
tree4c0d37da517eae2503ce66472a447339b46ce169 /pkgs/shells
parent3f72f7bac2e12a5766783be5fefe9482113e2916 (diff)
downloadnixpkgs-dfb9a1e164956edc64b77e52f23e833fc65bbec6.tar
nixpkgs-dfb9a1e164956edc64b77e52f23e833fc65bbec6.tar.gz
nixpkgs-dfb9a1e164956edc64b77e52f23e833fc65bbec6.tar.bz2
nixpkgs-dfb9a1e164956edc64b77e52f23e833fc65bbec6.tar.lz
nixpkgs-dfb9a1e164956edc64b77e52f23e833fc65bbec6.tar.xz
nixpkgs-dfb9a1e164956edc64b77e52f23e833fc65bbec6.tar.zst
nixpkgs-dfb9a1e164956edc64b77e52f23e833fc65bbec6.zip
antibody: add filalex77 as a maintainer
Diffstat (limited to 'pkgs/shells')
-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 88baa3959fe..e1bfc68dc4d 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 ];
   };
 }