commit: a6a63c85b765805403e6987f2660756c12ac87ee Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Mon May 20 16:53:57 2024 +0000 Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> CommitDate: Mon May 20 17:02:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6a63c85
www-apps/zola: fix permanent redirect for HOMEPAGE Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> www-apps/zola/zola-0.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/zola/zola-0.18.0.ebuild b/www-apps/zola/zola-0.18.0.ebuild index 19ef7e84d4..c0b0484498 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
