Merge pull request #181742 from jocelynthode/maint-node-shell

kubectl-node-shell: add jocelynthode as maintainer
This commit is contained in:
Winter 2022-07-16 19:00:03 -04:00 committed by GitHub
commit de30afc4f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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