hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 10f60de89a5a53528f1e3a47a77224e5c7915e4e
parent 785a31b5b84643f4769f9bd363599cbcce86f098
Author: Joe Mooring <joe.mooring@veriphor.com>
Date:   Sun, 23 May 2021 08:21:30 -0700

Use SPDX license identifier

See <https://spdx.org/licenses/>
Fixes #8555

Diffstat:
Mgoreleaser.yml | 7++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/goreleaser.yml b/goreleaser.yml
@@ -145,7 +145,7 @@ nfpms:
     homepage: "https://gohugo.io/"
     maintainer: "Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>"
     description: "A Fast and Flexible Static Site Generator built with love in GoLang."
-    license: "Apache 2.0"
+    license: "Apache-2.0"
     file_name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
     replacements:
       amd64: 64bit
@@ -168,7 +168,7 @@ nfpms:
     homepage: "https://gohugo.io/"
     maintainer: "Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>"
     description: "A Fast and Flexible Static Site Generator built with love in GoLang."
-    license: "Apache 2.0"
+    license: "Apache-2.0"
     file_name_template: "{{.ProjectName}}_extended_{{.Version}}_{{.Os}}-{{.Arch}}"
     replacements:
       amd64: 64bit
@@ -182,5 +182,3 @@ nfpms:
       netbsd: NetBSD
       freebsd: FreeBSD
       dragonfly: DragonFlyBSD
-
-      -
\ No newline at end of file