about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2019-07-03 11:27:39 +0200
committerRok Garbas <rok@garbas.si>2019-07-03 11:27:39 +0200
commit65781e204d7c76b50351676360cecadfd4ec7646 (patch)
treeade3a1c96cbece8854b21e381a106a5c60de12c5 /pkgs/shells
parent01e07b19967547d93e6ce2008366bc011ae0e358 (diff)
downloadnixlib-65781e204d7c76b50351676360cecadfd4ec7646.tar
nixlib-65781e204d7c76b50351676360cecadfd4ec7646.tar.gz
nixlib-65781e204d7c76b50351676360cecadfd4ec7646.tar.bz2
nixlib-65781e204d7c76b50351676360cecadfd4ec7646.tar.lz
nixlib-65781e204d7c76b50351676360cecadfd4ec7646.tar.xz
nixlib-65781e204d7c76b50351676360cecadfd4ec7646.tar.zst
nixlib-65781e204d7c76b50351676360cecadfd4ec7646.zip
Remove me (garbas) as maintainer since I don't have much time to maintain anything
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/xonsh/default.nix2
-rw-r--r--pkgs/shells/zsh/zsh-prezto/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/xonsh/default.nix b/pkgs/shells/xonsh/default.nix
index 7859fc4b4063..12d39c5bdab5 100644
--- a/pkgs/shells/xonsh/default.nix
+++ b/pkgs/shells/xonsh/default.nix
@@ -39,7 +39,7 @@ python3Packages.buildPythonApplication rec {
     description = "A Python-ish, BASHwards-compatible shell";
     homepage = http://xon.sh/;
     license = licenses.bsd3;
-    maintainers = with maintainers; [ spwhitt garbas vrthra ];
+    maintainers = with maintainers; [ spwhitt vrthra ];
     platforms = platforms.all;
   };
 
diff --git a/pkgs/shells/zsh/zsh-prezto/default.nix b/pkgs/shells/zsh/zsh-prezto/default.nix
index 764459958bf3..efb62c2a0fd8 100644
--- a/pkgs/shells/zsh/zsh-prezto/default.nix
+++ b/pkgs/shells/zsh/zsh-prezto/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     description = "Prezto is the configuration framework for Zsh; it enriches the command line interface environment with sane defaults, aliases, functions, auto completion, and prompt themes.";
     homepage = https://github.com/sorin-ionescu/prezto;
     license = licenses.mit;
-    maintainers = with maintainers; [ garbas ];
+    maintainers = with maintainers; [ ];
     platforms = with platforms; unix;
   };
 }