about summary refs log tree commit diff
path: root/nixos/tests/lxd/preseed.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/lxd/preseed.nix')
-rw-r--r--nixos/tests/lxd/preseed.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/lxd/preseed.nix b/nixos/tests/lxd/preseed.nix
index 7d89b9f56daa4..fb80dcf3893e4 100644
--- a/nixos/tests/lxd/preseed.nix
+++ b/nixos/tests/lxd/preseed.nix
@@ -4,7 +4,7 @@ import ../make-test-python.nix ({ pkgs, lib, ... } :
   name = "lxd-preseed";
 
   meta = {
-    maintainers = with lib.maintainers; [ adamcstephens ];
+    maintainers = lib.teams.lxc.members;
   };
 
   nodes.machine = { lib, ... }: {