summary refs log tree commit diff
path: root/nixos/tests/cage.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/cage.nix')
-rw-r--r--nixos/tests/cage.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/cage.nix b/nixos/tests/cage.nix
index a6f73e00c066e..1ae07b6fd2ff9 100644
--- a/nixos/tests/cage.nix
+++ b/nixos/tests/cage.nix
@@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, ...} :
 
 {
   name = "cage";
-  meta = with pkgs.stdenv.lib.maintainers; {
+  meta = with pkgs.lib.maintainers; {
     maintainers = [ matthewbauer flokli ];
   };