about summary refs log tree commit diff
path: root/nixos/tests/initrd-secrets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/initrd-secrets.nix')
-rw-r--r--nixos/tests/initrd-secrets.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/initrd-secrets.nix b/nixos/tests/initrd-secrets.nix
index 0f3f83b0904e3..dbbdd83588491 100644
--- a/nixos/tests/initrd-secrets.nix
+++ b/nixos/tests/initrd-secrets.nix
@@ -9,7 +9,7 @@ let
   testWithCompressor = compressor: testing.makeTest {
     name = "initrd-secrets-${compressor}";
 
-    meta.maintainers = [ lib.maintainers.lheckemann ];
+    meta.maintainers = [ ];
 
     nodes.machine = { ... }: {
       virtualisation.useBootLoader = true;