summaryrefslogtreecommitdiffstats
path: root/nixos/tests/etcd-cluster.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/etcd-cluster.nix')
-rw-r--r--nixos/tests/etcd-cluster.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/etcd-cluster.nix b/nixos/tests/etcd-cluster.nix
index 19c5d9158236..410cb654794f 100644
--- a/nixos/tests/etcd-cluster.nix
+++ b/nixos/tests/etcd-cluster.nix
@@ -97,7 +97,7 @@ import ./make-test-python.nix ({ pkgs, ... } : let
in {
name = "etcd";
- meta = with pkgs.stdenv.lib.maintainers; {
+ meta = with pkgs.lib.maintainers; {
maintainers = [ offline ];
};