summaryrefslogtreecommitdiffstats
path: root/nixos/tests/vault-postgresql.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/vault-postgresql.nix')
-rw-r--r--nixos/tests/vault-postgresql.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/vault-postgresql.nix b/nixos/tests/vault-postgresql.nix
index daa719763388..a563aead22a3 100644
--- a/nixos/tests/vault-postgresql.nix
+++ b/nixos/tests/vault-postgresql.nix
@@ -8,7 +8,7 @@
import ./make-test-python.nix ({ pkgs, ... }:
{
name = "vault-postgresql";
- meta = with pkgs.stdenv.lib.maintainers; {
+ meta = with pkgs.lib.maintainers; {
maintainers = [ lnl7 roberth ];
};
machine = { lib, pkgs, ... }: {