summary refs log tree commit diff
path: root/pkgs/shells/zsh/default.nix
diff options
context:
space:
mode:
authorFlorian Friesdorf <florian@ternaris.com>2019-02-22 16:14:13 +0100
committerFlorian Friesdorf <florian@ternaris.com>2019-02-22 16:14:13 +0100
commitfbef5ab82fc231d6bf81b60859ee2569ba8110b3 (patch)
tree24e3579a4441c0b68e3b7704d27b3ab7bd97e441 /pkgs/shells/zsh/default.nix
parente5405f9ae8b87c202a22438dd162defda1996a97 (diff)
downloadnixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.gz
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.bz2
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.lz
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.xz
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.zst
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.zip
Remove myself as maintainer from packages
I'm currently not maintaining any packages.
Diffstat (limited to 'pkgs/shells/zsh/default.nix')
-rw-r--r--pkgs/shells/zsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/zsh/default.nix b/pkgs/shells/zsh/default.nix
index 3e4b756044b..c9a93db2d98 100644
--- a/pkgs/shells/zsh/default.nix
+++ b/pkgs/shells/zsh/default.nix
@@ -78,7 +78,7 @@ EOF
     '';
     license = "MIT-like";
     homepage = http://www.zsh.org/;
-    maintainers = with stdenv.lib.maintainers; [ chaoflow pSub ];
+    maintainers = with stdenv.lib.maintainers; [ pSub ];
     platforms = stdenv.lib.platforms.unix;
   };