about summary refs log tree commit diff
path: root/nixos/tests/sympa.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/sympa.nix')
-rw-r--r--nixos/tests/sympa.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/sympa.nix b/nixos/tests/sympa.nix
index 76ca17d0a1890..80daa4134f75a 100644
--- a/nixos/tests/sympa.nix
+++ b/nixos/tests/sympa.nix
@@ -13,7 +13,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
             webHost = "localhost";
           };
         };
-        listMasters = [ "joe@example.org" ];
+        listMasters = [ "bob@example.org" ];
         web.enable = true;
         web.https = false;
         database = {