summary refs log tree commit diff
path: root/nixos/tests/zsh-history.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/zsh-history.nix')
-rw-r--r--nixos/tests/zsh-history.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/zsh-history.nix b/nixos/tests/zsh-history.nix
index caed45e851d..3109c3f6508 100644
--- a/nixos/tests/zsh-history.nix
+++ b/nixos/tests/zsh-history.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix ({ pkgs, ...} : {
   name = "zsh-history";
   meta = with pkgs.lib.maintainers; {
-    maintainers = [ kampka ];
+    maintainers = [ ];
   };
 
   nodes.default = { ... }: {