From 65cbf4ba1b4627627c4838412df2772fddee060a Mon Sep 17 00:00:00 2001 From: Jocelyn Thode Date: Sat, 16 Jul 2022 18:04:20 +0200 Subject: [PATCH] kubectl-node-shell: add jocelynthode as maintainer --- .../networking/cluster/kubectl-node-shell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/kubectl-node-shell/default.nix b/pkgs/applications/networking/cluster/kubectl-node-shell/default.nix index 148d308c4f10..031fa0c21b77 100644 --- a/pkgs/applications/networking/cluster/kubectl-node-shell/default.nix +++ b/pkgs/applications/networking/cluster/kubectl-node-shell/default.nix @@ -26,7 +26,7 @@ stdenvNoCC.mkDerivation rec { description = "Exec into node via kubectl"; homepage = "https://github.com/kvaps/kubectl-node-shell"; license = licenses.asl20; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ jocelynthode ]; platforms = platforms.linux; }; }