about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-05-08 10:46:32 +0200
committerVladimír Čunát <v@cunat.cz>2021-05-08 10:47:08 +0200
commit080cd658ca716e4d26505d01f1829ffbbb8927f7 (patch)
treeb7f19ce90ab6e93c89ff56bbdd498b64a0f488f7 /pkgs/shells
parentdd3e44457abf1e560a193bee647003974e132e95 (diff)
parent07773b36daad6c277229dbc3c73401ac2b1e1823 (diff)
Merge #121780: treewide meta.maintainers tweaks
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 bcf091f8e7693..d5c197d5da6e5 100644
--- a/pkgs/shells/zsh/antibody/default.nix
+++ b/pkgs/shells/zsh/antibody/default.nix
@@ -21,6 +21,6 @@ buildGoModule rec {
     description = "The fastest shell plugin manager";
     homepage = "https://github.com/getantibody/antibody";
     license = licenses.mit;
-    maintainers = with maintainers; [ Br1ght0ne worldofpeace ];
+    maintainers = with maintainers; [ Br1ght0ne ];
   };
 }