summaryrefslogtreecommitdiffstats
path: root/nixos/tests/firewall.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/firewall.nix')
-rw-r--r--nixos/tests/firewall.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/firewall.nix b/nixos/tests/firewall.nix
index 09a1fef852e6..5c434c1cb6d6 100644
--- a/nixos/tests/firewall.nix
+++ b/nixos/tests/firewall.nix
@@ -2,7 +2,7 @@
import ./make-test-python.nix ( { pkgs, ... } : {
name = "firewall";
- meta = with pkgs.stdenv.lib.maintainers; {
+ meta = with pkgs.lib.maintainers; {
maintainers = [ eelco ];
};