dev-java/junit: update HOMEPAGE

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/42795
Closes: https://github.com/gentoo/gentoo/pull/42795
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2025-06-29 09:55:04 +02:00
committed by Florian Schmaus
parent 17c625ef07
commit 56779998d3

View File

@@ -15,7 +15,7 @@ JAVA_PKG_IUSE="source test"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Simple framework to write repeatable tests"
HOMEPAGE="https://junit.org/junit5/"
HOMEPAGE="https://junit.org"
DEB="5.10.1-1"
SRC_URI="https://github.com/junit-team/junit5/archive/r${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/junit5-r${PV}"