www-apps/zola: fix permanent redirect for HOMEPAGE

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer 2024-05-20 18:53:57 +02:00
parent 82d0b630e2
commit a6a63c85b7
No known key found for this signature in database
GPG Key ID: 5568A2DDA60CA297

View File

@ -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