about summary refs log tree commit diff
path: root/nixos/tests/vscode-remote-ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/vscode-remote-ssh.nix')
-rw-r--r--nixos/tests/vscode-remote-ssh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/vscode-remote-ssh.nix b/nixos/tests/vscode-remote-ssh.nix
index de7cc6badc9a2..2b2630ef87d2f 100644
--- a/nixos/tests/vscode-remote-ssh.nix
+++ b/nixos/tests/vscode-remote-ssh.nix
@@ -14,7 +14,7 @@ import ./make-test-python.nix ({ lib, ... }@args: let
   inherit (pkgs.vscode.passthru) rev vscodeServer;
 in {
   name = "vscode-remote-ssh";
-  meta.maintainers = with lib.maintainers; [ Enzime ];
+  meta.maintainers = [ ];
 
   nodes = let
     serverAddress = "192.168.0.2";