dev-java/stringprep: remove gitlab repo

which does not exist or is not publicly available

Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42316
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Z. Liu 2025-05-25 17:49:28 +08:00 committed by Sam James
parent 07cb8f8e19
commit 31f4006867
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@
<email>java@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="gitlab">ongresinc/stringprep</remote-id>
<remote-id type="github">ongres/stringprep</remote-id>
</upstream>
</pkgmetadata>

View File

@ -10,7 +10,7 @@ MAVEN_ID="com.ongres.stringprep:stringprep:2.2"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Stringprep (RFC 3454) Java implementation"
HOMEPAGE="https://gitlab.com/ongresinc/stringprep"
HOMEPAGE="https://github.com/ongres/stringprep/"
SRC_URI="https://github.com/ongres/stringprep/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P}"