diff options
author | Yuan Liao <liaoyuan@gmail.com> | 2023-01-20 13:30:16 -0800 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-21 10:39:50 +0200 |
commit | 1041839fa986836debd74e2bd5b63a5710fe1b0a (patch) | |
tree | c3dbf0645be4773c890d5e6b55f9a7178d6ebef8 /dev-java/msv | |
parent | profiles: fix the thunderbird mask (diff) | |
download | gentoo-1041839fa986836debd74e2bd5b63a5710fe1b0a.tar.gz gentoo-1041839fa986836debd74e2bd5b63a5710fe1b0a.tar.bz2 gentoo-1041839fa986836debd74e2bd5b63a5710fe1b0a.zip |
dev-java/msv: Update HOMEPAGE
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29191
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/msv')
-rw-r--r-- | dev-java/msv/msv-2022.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/msv/msv-2022.7.ebuild b/dev-java/msv/msv-2022.7.ebuild index 4e917361678f..9f000389fc0a 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" |