about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/xautolock.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/xautolock.nix')
-rw-r--r--nixpkgs/nixos/tests/xautolock.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/xautolock.nix b/nixpkgs/nixos/tests/xautolock.nix
index 4a8d3f4cebf7..2d29f80b3fee 100644
--- a/nixpkgs/nixos/tests/xautolock.nix
+++ b/nixpkgs/nixos/tests/xautolock.nix
@@ -4,7 +4,7 @@ with lib;
 
 {
   name = "xautolock";
-  meta.maintainers = with pkgs.stdenv.lib.maintainers; [ ma27 ];
+  meta.maintainers = with pkgs.lib.maintainers; [ ma27 ];
 
   nodes.machine = {
     imports = [ ./common/x11.nix ./common/user-account.nix ];