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