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