From 794f3ad362ce2ab4f283321767ffe6756ab92cb4 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Tue, 21 Jul 2026 00:33:08 -0700 Subject: [PATCH] dev-libs/gpds: point homepage at github gpds.simulton.com has been down for over a month, so use the live github upstream. Signed-off-by: Huang Rui --- dev-libs/gpds/gpds-1.10.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/gpds/gpds-1.10.0.ebuild b/dev-libs/gpds/gpds-1.10.0.ebuild index deafc1623a..c973e25a64 100644 --- a/dev-libs/gpds/gpds-1.10.0.ebuild +++ b/dev-libs/gpds/gpds-1.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit cmake DESCRIPTION="A general purpose data serializer" -HOMEPAGE="https://gpds.simulton.com" +HOMEPAGE="https://github.com/simulton/gpds" if [[ "${PV}" == "9999" ]] ; then inherit git-r3