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