diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-02-17 13:32:15 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-02-17 13:32:15 +0100 |
commit | 9cc65757a137206fda2d49e8975ae36b01017812 (patch) | |
tree | 3802d9cc62b717c5e40326bfe09f6d1c4026a228 /hugoreleaser.toml | |
parent | 4835f9e898350ac49d68fba2343a71ceb29e6897 (diff) | |
download | hugo-9cc65757a137206fda2d49e8975ae36b01017812.tar.gz hugo-9cc65757a137206fda2d49e8975ae36b01017812.zip |
releaser: Fix archive homepage and description
Fixes #12053
Diffstat (limited to 'hugoreleaser.toml')
-rw-r--r-- | hugoreleaser.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hugoreleaser.toml b/hugoreleaser.toml index ca0f70ac9..d516bd34b 100644 --- a/hugoreleaser.toml +++ b/hugoreleaser.toml @@ -204,9 +204,9 @@ archive_alias_replacements = { "linux-amd64.tar.gz" = "Linux-64bit.tar.gz" } command = "github.com/gohugoio/hugoreleaser-archive-plugins/[email protected]" [archives.archive_settings.custom_settings] vendor = "gohugo.io" - homepage = "https://github.com/gohugoio/hugoreleaser" + homepage = "https://github.com/gohugoio/hugo" maintainer = "Bjørn Erik Pedersen <[email protected]>" - description = "Build, archive and release Go programs." + description = "A fast and flexible Static Site Generator written in Go." license = "Apache-2.0" [[archives]] paths = ["builds/**/extended/linux/{arm64,amd64}"] @@ -223,9 +223,9 @@ archive_alias_replacements = { "linux-amd64.tar.gz" = "Linux-64bit.tar.gz" } command = "github.com/gohugoio/hugoreleaser-archive-plugins/deb@latest" [archives.archive_settings.custom_settings] vendor = "gohugo.io" - homepage = "https://github.com/gohugoio/hugoreleaser" + homepage = "https://github.com/gohugoio/hugo" maintainer = "Bjørn Erik Pedersen <[email protected]>" - description = "Build, archive and release Go programs." + description = "A fast and flexible Static Site Generator written in Go." license = "Apache-2.0" [[releases]] |