about summary refs log tree commit diff
path: root/nixos/tests/timezone.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/timezone.nix')
-rw-r--r--nixos/tests/timezone.nix2
1 files changed, 1 insertions, 1 deletions
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, ... }: {