teleport: add justinas to maintainers

This commit is contained in:
Justinas Stankevicius 2023-03-07 16:41:17 +02:00
parent 43f2c5ef66
commit 5b9628a9ed

View File

@ -159,7 +159,7 @@ buildGoModule rec {
description = "Certificate authority and access plane for SSH, Kubernetes, web applications, and databases"; description = "Certificate authority and access plane for SSH, Kubernetes, web applications, and databases";
homepage = "https://goteleport.com/"; homepage = "https://goteleport.com/";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ sigma tomberek freezeboy ]; maintainers = with maintainers; [ justinas sigma tomberek freezeboy ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }