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