From bec16bb46de35a4ae7232014cfe1f082e31deebd Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 28 Aug 2024 16:07:15 -0700 Subject: [PATCH] Fix license for snap and brew (#779) --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 46c92fd5..1c143433 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -123,7 +123,7 @@ snapcrafts: grade: devel confinement: strict publish: true - license: "BSD 2-Clause" + license: BSD-2-Clause apps: nginx-asg-sync: command: nginx-asg-sync @@ -138,7 +138,7 @@ brews: directory: Formula homepage: https://github.com/nginxinc/nginx-asg-sync description: NGINX Plus Integration with Cloud Autoscaling - license: "BSD 2-Clause" + license: BSD-2-Clause commit_author: name: nginx-bot email: integrations@nginx.com