summary refs log tree commit diff
path: root/nixos/tests/cri-o.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/cri-o.nix')
-rw-r--r--nixos/tests/cri-o.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/cri-o.nix b/nixos/tests/cri-o.nix
index f13f1bdacb6..91d46657f24 100644
--- a/nixos/tests/cri-o.nix
+++ b/nixos/tests/cri-o.nix
@@ -1,7 +1,7 @@
 # This test runs CRI-O and verifies via critest
 import ./make-test-python.nix ({ pkgs, ... }: {
   name = "cri-o";
-  maintainers = with pkgs.stdenv.lib.maintainers; teams.podman.members;
+  maintainers = with pkgs.lib.maintainers; teams.podman.members;
 
   nodes = {
     crio = {