summary refs log tree commit diff
path: root/nixos/tests/doh-proxy-rust.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/doh-proxy-rust.nix')
-rw-r--r--nixos/tests/doh-proxy-rust.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/doh-proxy-rust.nix b/nixos/tests/doh-proxy-rust.nix
index 11ed87d23bb..8c743fe77e3 100644
--- a/nixos/tests/doh-proxy-rust.nix
+++ b/nixos/tests/doh-proxy-rust.nix
@@ -1,8 +1,6 @@
 import ./make-test-python.nix ({ lib, pkgs, ... }: {
   name = "doh-proxy-rust";
-  meta = with lib.maintainers; {
-    maintainers = [ stephank ];
-  };
+  meta.maintainers = with lib.maintainers; [ stephank ];
 
   nodes = {
     machine = { pkgs, lib, ... }: {