From 42be51bc8f625a35b1435c461d9a32c3c4905f1c Mon Sep 17 00:00:00 2001 From: Philip Miglinci Date: Tue, 16 Jan 2024 09:23:49 +0100 Subject: [PATCH] chore: set correct license during package build (#872) Signed-off-by: Philip Miglinci --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index c295ef6447..dc0746a512 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -23,7 +23,7 @@ nfpms: homepage: https://k8sgpt.ai description: >- K8sGPT is a tool for scanning your kubernetes clusters, diagnosing and triaging issues in simple english. It has SRE experience codified into it’s analyzers and helps to pull out the most relevant information to enrich it with AI. - license: "MIT" + license: "Apache-2.0" formats: - deb - rpm