summary refs log tree commit diff
path: root/nixos/tests/redis.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/redis.nix')
-rw-r--r--nixos/tests/redis.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/redis.nix b/nixos/tests/redis.nix
index f51bb029d64ec..ca17156143598 100644
--- a/nixos/tests/redis.nix
+++ b/nixos/tests/redis.nix
@@ -4,7 +4,7 @@ let
 in
 {
   name = "redis";
-  meta = with pkgs.stdenv.lib.maintainers; {
+  meta = with pkgs.lib.maintainers; {
     maintainers = [ flokli ];
   };