From 5b9628a9ed381e34171c88cd8f17f1b6b7614dcc Mon Sep 17 00:00:00 2001 From: Justinas Stankevicius Date: Tue, 7 Mar 2023 16:41:17 +0200 Subject: [PATCH] teleport: add justinas 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 a811204e09ab..8c7b5d9bacb3 100644 --- a/pkgs/servers/teleport/generic.nix +++ b/pkgs/servers/teleport/generic.nix @@ -159,7 +159,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; [ sigma tomberek freezeboy ]; + maintainers = with maintainers; [ justinas sigma tomberek freezeboy ]; platforms = platforms.unix; }; }