about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-06-21 22:59:09 +0800
committerGitHub <noreply@github.com>2024-06-21 22:59:09 +0800
commit07f8a394e5a3b6a64b337cc6c4b541d6f50b7aaa (patch)
tree2b7820d94f1551fa8eb9d4639916f7c30896912b /nixos/tests
parentbbda4e2a781b893bf9e78aa7784b91e32b32512f (diff)
parente5adf0b54700284fca646e2843b05c8b6e9661ab (diff)
Merge pull request #321519 from lheckemann/maintainership
maintainers: drop lheckemann
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/initrd-secrets.nix2
-rw-r--r--nixos/tests/tigervnc.nix2
-rw-r--r--nixos/tests/timezone.nix2
3 files changed, 3 insertions, 3 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;
diff --git a/nixos/tests/tigervnc.nix b/nixos/tests/tigervnc.nix
index b80cb49519c45..79c4f19178d5e 100644
--- a/nixos/tests/tigervnc.nix
+++ b/nixos/tests/tigervnc.nix
@@ -7,7 +7,7 @@ with import ../lib/testing-python.nix { inherit system pkgs; };
 makeTest {
   name = "tigervnc";
   meta = with pkgs.lib.maintainers; {
-    maintainers = [ lheckemann ];
+    maintainers = [ ];
   };
 
   nodes = {
diff --git a/nixos/tests/timezone.nix b/nixos/tests/timezone.nix
index 7fc9a5058eee9..5d0318e33daab 100644
--- a/nixos/tests/timezone.nix
+++ b/nixos/tests/timezone.nix
@@ -1,6 +1,6 @@
 import ./make-test-python.nix ({ pkgs, ...} : {
   name = "timezone";
-  meta.maintainers = with pkgs.lib.maintainers; [ lheckemann ];
+  meta.maintainers = with pkgs.lib.maintainers; [ ];
 
   nodes = {
     node_eutz = { pkgs, ... }: {