summary refs log tree commit diff
path: root/nixos/tests/cagebreak.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/cagebreak.nix')
-rw-r--r--nixos/tests/cagebreak.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/cagebreak.nix b/nixos/tests/cagebreak.nix
index e5f9a29fb18..87f43cc3c32 100644
--- a/nixos/tests/cagebreak.nix
+++ b/nixos/tests/cagebreak.nix
@@ -9,7 +9,7 @@ let
 in
 {
   name = "cagebreak";
-  meta = with pkgs.stdenv.lib.maintainers; {
+  meta = with pkgs.lib.maintainers; {
     maintainers = [ berbiche ];
   };