summaryrefslogtreecommitdiffstats
path: root/nixos/tests/dnscrypt-wrapper/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/dnscrypt-wrapper/default.nix')
-rw-r--r--nixos/tests/dnscrypt-wrapper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/dnscrypt-wrapper/default.nix b/nixos/tests/dnscrypt-wrapper/default.nix
index 1dc925f4de7a..d5c09172308c 100644
--- a/nixos/tests/dnscrypt-wrapper/default.nix
+++ b/nixos/tests/dnscrypt-wrapper/default.nix
@@ -1,6 +1,6 @@
import ../make-test-python.nix ({ pkgs, ... }: {
name = "dnscrypt-wrapper";
- meta = with pkgs.stdenv.lib.maintainers; {
+ meta = with pkgs.lib.maintainers; {
maintainers = [ rnhmjoj ];
};