From aaa2cf6b267cf394bcd15e20c36abdc00fb8c43d Mon Sep 17 00:00:00 2001 From: 06kellyjac Date: Thu, 22 Oct 2020 12:44:18 +0100 Subject: [PATCH] kube3d: add jk as a maintainer Add jk (myself) as a maintainer to help keeping kube3d working and up-to-date. --- pkgs/applications/networking/cluster/kube3d/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/kube3d/default.nix b/pkgs/applications/networking/cluster/kube3d/default.nix index 2d71960814e..0f39fc5281e 100644 --- a/pkgs/applications/networking/cluster/kube3d/default.nix +++ b/pkgs/applications/networking/cluster/kube3d/default.nix @@ -40,6 +40,6 @@ buildGoModule rec { description = "A helper to run k3s (Lightweight Kubernetes. 5 less than k8s) in a docker container"; license = licenses.mit; platforms = platforms.linux; - maintainers = with maintainers; [ kuznero jlesquembre ngerstle ]; + maintainers = with maintainers; [ kuznero jlesquembre ngerstle jk ]; }; }