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 <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2026-07-21 00:33:08 -07:00
parent 4f0e730d7b
commit 794f3ad362

View File

@@ -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