Skip to content

Commit 9cc6575

Browse files
committed
releaser: Fix archive homepage and description
Fixes gohugoio#12053
1 parent 4835f9e commit 9cc6575

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hugoreleaser.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ archive_alias_replacements = { "linux-amd64.tar.gz" = "Linux-64bit.tar.gz" }
204204
command = "github.com/gohugoio/hugoreleaser-archive-plugins/[email protected]"
205205
[archives.archive_settings.custom_settings]
206206
vendor = "gohugo.io"
207-
homepage = "https://github.com/gohugoio/hugoreleaser"
207+
homepage = "https://github.com/gohugoio/hugo"
208208
maintainer = "Bjørn Erik Pedersen <[email protected]>"
209-
description = "Build, archive and release Go programs."
209+
description = "A fast and flexible Static Site Generator written in Go."
210210
license = "Apache-2.0"
211211
[[archives]]
212212
paths = ["builds/**/extended/linux/{arm64,amd64}"]
@@ -223,9 +223,9 @@ archive_alias_replacements = { "linux-amd64.tar.gz" = "Linux-64bit.tar.gz" }
223223
command = "github.com/gohugoio/hugoreleaser-archive-plugins/deb@latest"
224224
[archives.archive_settings.custom_settings]
225225
vendor = "gohugo.io"
226-
homepage = "https://github.com/gohugoio/hugoreleaser"
226+
homepage = "https://github.com/gohugoio/hugo"
227227
maintainer = "Bjørn Erik Pedersen <[email protected]>"
228-
description = "Build, archive and release Go programs."
228+
description = "A fast and flexible Static Site Generator written in Go."
229229
license = "Apache-2.0"
230230

231231
[[releases]]

0 commit comments

Comments
 (0)