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