summary refs log tree commit diff
path: root/nixos/tests/locate.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/locate.nix')
-rw-r--r--nixos/tests/locate.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/locate.nix b/nixos/tests/locate.nix
index 8818607f955..67ae610fe01 100644
--- a/nixos/tests/locate.nix
+++ b/nixos/tests/locate.nix
@@ -2,7 +2,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }:
   let inherit (import ./ssh-keys.nix pkgs) snakeOilPrivateKey snakeOilPublicKey;
   in {
     name = "locate";
-    meta.maintainers = with pkgs.stdenv.lib.maintainers; [ chkno ];
+    meta.maintainers = with pkgs.lib.maintainers; [ chkno ];
 
     nodes = rec {
       a = {