about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/boot-stage1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/boot-stage1.nix')
-rw-r--r--nixpkgs/nixos/tests/boot-stage1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/boot-stage1.nix b/nixpkgs/nixos/tests/boot-stage1.nix
index cfb2ccb82856..ce86fc5f494d 100644
--- a/nixpkgs/nixos/tests/boot-stage1.nix
+++ b/nixpkgs/nixos/tests/boot-stage1.nix
@@ -158,5 +158,5 @@ import ./make-test-python.nix ({ pkgs, ... }: {
     machine.succeed('pgrep -a -f "^kcanary$"')
   '';
 
-  meta.maintainers = with pkgs.stdenv.lib.maintainers; [ aszlig ];
+  meta.maintainers = with pkgs.lib.maintainers; [ aszlig ];
 })