summary refs log tree commit diff
path: root/pkgs/shells/xonsh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/xonsh/default.nix')
-rw-r--r--pkgs/shells/xonsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/xonsh/default.nix b/pkgs/shells/xonsh/default.nix
index 7859fc4b406..12d39c5bdab 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;
   };