about summary refs log tree commit diff
path: root/nixos/tests/pantheon.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-09-18 23:00:51 +0800
committerBobby Rong <rjl931189261@126.com>2021-09-18 23:07:00 +0800
commit0fd8cc390806ef15ded043e729816faa277120af (patch)
treef34347ae9d21200e00303563fd7eca4504e8afeb /nixos/tests/pantheon.nix
parent3a00e2e34a3d45afbe2b38b952b4a7fcd631a46c (diff)
treewide: switch from pantheon.maintainers to lib.teams.pantheon
Diffstat (limited to 'nixos/tests/pantheon.nix')
-rw-r--r--nixos/tests/pantheon.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/pantheon.nix b/nixos/tests/pantheon.nix
index 013ab441ab413..07588ddc31760 100644
--- a/nixos/tests/pantheon.nix
+++ b/nixos/tests/pantheon.nix
@@ -3,8 +3,8 @@ import ./make-test-python.nix ({ pkgs, ...} :
 {
   name = "pantheon";
 
-  meta = with pkgs.lib.maintainers; {
-    maintainers = pkgs.pantheon.maintainers;
+  meta = with lib; {
+    maintainers = teams.pantheon.members;
   };
 
   machine = { ... }: