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