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; }; }