From db9e9c67920980dd4f4b4f8c794a42a44713b7b2 Mon Sep 17 00:00:00 2001 From: Daniel Areste Hernandez Date: Thu, 22 May 2025 12:24:34 +0200 Subject: [PATCH] fix: correct project homepage in krew.yaml --- .krew.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.krew.yaml b/.krew.yaml index b85a521..d1918e8 100644 --- a/.krew.yaml +++ b/.krew.yaml @@ -42,7 +42,7 @@ spec: {{addURIAndSha "https://github.com/nginx/nginx-supportpkg-for-k8s/releases/download/{{ .TagName }}/kubectl-nginx_supportpkg_{{ .TagName }}_windows_arm64.tar.gz" .TagName }} bin: kubectl-nginx_supportpkg shortDescription: Collect support packages for NGINX products that run on k8s - homepage: https://github.com/nginxinc/nginx-supportpkg-for-k8s + homepage: https://github.com/nginx/nginx-supportpkg-for-k8s description: | Provides a single command to collect troubleshooting information for all NGINX products that run on k8s. \ No newline at end of file