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