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