about summary refs log tree commit diff
path: root/nixos/tests/pass-secret-service.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/pass-secret-service.nix')
-rw-r--r--nixos/tests/pass-secret-service.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/pass-secret-service.nix b/nixos/tests/pass-secret-service.nix
index a85a508bfe16..e0dddf0ad29e 100644
--- a/nixos/tests/pass-secret-service.nix
+++ b/nixos/tests/pass-secret-service.nix
@@ -1,6 +1,6 @@
 import ./make-test-python.nix ({ pkgs, lib, ... }: {
   name = "pass-secret-service";
-  meta.maintainers = with lib; [ aidalgol ];
+  meta.maintainers = [ lib.maintainers.aidalgol ];
 
   nodes.machine = { nodes, pkgs, ... }:
     {