summaryrefslogtreecommitdiffstats
path: root/hugoreleaser.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-02-17 13:32:15 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-02-17 13:32:15 +0100
commit9cc65757a137206fda2d49e8975ae36b01017812 (patch)
tree3802d9cc62b717c5e40326bfe09f6d1c4026a228 /hugoreleaser.toml
parent4835f9e898350ac49d68fba2343a71ceb29e6897 (diff)
releaser: Fix archive homepage and description
Fixes #12053
Diffstat (limited to 'hugoreleaser.toml')
-rw-r--r--hugoreleaser.toml8
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/deb@v0.6.1"
[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 <bjorn.erik.pedersen@gmail.com>"
- 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 <bjorn.erik.pedersen@gmail.com>"
- description = "Build, archive and release Go programs."
+ description = "A fast and flexible Static Site Generator written in Go."
license = "Apache-2.0"
[[releases]]