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