From 1041839fa986836debd74e2bd5b63a5710fe1b0a Mon Sep 17 00:00:00 2001 From: Yuan Liao Date: Fri, 20 Jan 2023 13:30:16 -0800 Subject: [PATCH] dev-java/msv: Update HOMEPAGE Signed-off-by: Yuan Liao Closes: https://github.com/gentoo/gentoo/pull/29191 Signed-off-by: Arthur Zamarin --- dev-java/msv/msv-2022.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/msv/msv-2022.7.ebuild b/dev-java/msv/msv-2022.7.ebuild index 4e917361678f6..9f000389fc0aa 100644 --- a/dev-java/msv/msv-2022.7.ebuild +++ b/dev-java/msv/msv-2022.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Skeleton command: @@ -13,7 +13,7 @@ JAVA_TESTING_FRAMEWORKS="junit-4" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Multi-Schema Validator Core package" -HOMEPAGE="https://github.com/xmlark/msv/msv-core" +HOMEPAGE="https://xmlark.github.io/msv/core/" SRC_URI="https://github.com/xmlark/msv/archive/msv-${PV}.tar.gz" LICENSE="BSD-1"