about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-05-08 14:43:43 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-05-08 14:43:43 +0200
commit9651084620116914e420e6a329d3a19ff00850a0 (patch)
tree720c3e96b38ffb1a2d1864adc922d9e5e15df830 /pkgs/shells
parent0388b1a029975489a4867ce3de11e89331a4381a (diff)
parentb28f0d640f9e91b8e77bca6ca18d105496bb928c (diff)
Merge remote-tracking branch 'origin/master' into staging-next
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 ];
   };
 }