From 971ffedcd87f3a1f670f75bbaa4256153827fe96 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 4 Oct 2023 02:14:01 -0400 Subject: [PATCH] teleport: add techknowlogick to maintainers --- pkgs/servers/teleport/generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/teleport/generic.nix b/pkgs/servers/teleport/generic.nix index 8ff61ce862b6..2598315f1c52 100644 --- a/pkgs/servers/teleport/generic.nix +++ b/pkgs/servers/teleport/generic.nix @@ -158,7 +158,7 @@ buildGoModule rec { description = "Certificate authority and access plane for SSH, Kubernetes, web applications, and databases"; homepage = "https://goteleport.com/"; license = licenses.asl20; - maintainers = with maintainers; [ arianvp justinas sigma tomberek freezeboy ]; + maintainers = with maintainers; [ arianvp justinas sigma tomberek freezeboy techknowlogick ]; platforms = platforms.unix; # go-libfido2 is broken on platforms with less than 64-bit because it defines an array # which occupies more than 31 bits of address space.