diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-05-20 18:53:57 +0200 |
---|---|---|
committer | Lucio Sauer <watermanpaint@posteo.net> | 2024-05-20 19:02:01 +0200 |
commit | a6a63c85b765805403e6987f2660756c12ac87ee (patch) | |
tree | 33a6a2168815a18d798ed1673d05693ea77968f0 /www-apps | |
parent | www-apps/zola: add upstream metadata (diff) | |
download | guru-a6a63c85b765805403e6987f2660756c12ac87ee.tar.gz guru-a6a63c85b765805403e6987f2660756c12ac87ee.tar.bz2 guru-a6a63c85b765805403e6987f2660756c12ac87ee.zip |
www-apps/zola: fix permanent redirect for HOMEPAGE
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/zola/zola-0.18.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/zola/zola-0.18.0.ebuild b/www-apps/zola/zola-0.18.0.ebuild index 19ef7e84d..c0b048449 100644 --- a/www-apps/zola/zola-0.18.0.ebuild +++ b/www-apps/zola/zola-0.18.0.ebuild @@ -467,7 +467,7 @@ inherit cargo DESCRIPTION="A fast static site generator with everything built-in" # Double check the homepage as the cargo_metadata crate # does not provide this value so instead repository is used -HOMEPAGE="https://getzola.org" +HOMEPAGE="https://www.getzola.org/" SRC_URI="${CARGO_CRATE_URIS} https://github.com/getzola/zola/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" # License set may be more restrictive as OR is not respected |