about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorJustinas Stankevicius2023-02-28 13:08:24 +0200
committerJustinas Stankevicius2023-02-28 13:22:50 +0200
commite831a3da9883a3bd813d1ab2accaa9a85841461c (patch)
tree399da049a7476a1aa271c3b5fd01bda04ec3feb4 /nixos/tests
parent31b5597cbdf327340b361704f02768650de57f38 (diff)
nixos/tests/teleport: make justinas the maintainer
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/teleport.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/teleport.nix b/nixos/tests/teleport.nix
index 49adb2dd4a41..cdf762b12844 100644
--- a/nixos/tests/teleport.nix
+++ b/nixos/tests/teleport.nix
@@ -80,7 +80,7 @@ lib.concatMapAttrs
     "minimal_${name}" = makeTest {
       # minimal setup should always work
       name = "teleport-minimal-setup";
-      meta.maintainers = with pkgs.lib.maintainers; [ ymatsiuk ];
+      meta.maintainers = with pkgs.lib.maintainers; [ justinas ];
       nodes.minimal = minimal package;
 
       testScript = ''
@@ -93,7 +93,7 @@ lib.concatMapAttrs
     "basic_${name}" = makeTest {
       # basic server and client test
       name = "teleport-server-client";
-      meta.maintainers = with pkgs.lib.maintainers; [ ymatsiuk ];
+      meta.maintainers = with pkgs.lib.maintainers; [ justinas ];
       nodes = {
         server = server package;
         client = client package;