From 4c016bdd20b6053d9e8a46794a238b5a5870fdc7 Mon Sep 17 00:00:00 2001 From: Martin Dummer Date: Sun, 22 Feb 2026 17:23:31 +0100 Subject: [PATCH] media-plugins/vdr-skinelchihd: fix HOMEPAGE Signed-off-by: Martin Dummer Part-of: https://github.com/gentoo/gentoo/pull/45852 Closes: https://github.com/gentoo/gentoo/pull/45852 Signed-off-by: Sam James --- media-plugins/vdr-skinelchihd/vdr-skinelchihd-1.2.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/vdr-skinelchihd/vdr-skinelchihd-1.2.9.ebuild b/media-plugins/vdr-skinelchihd/vdr-skinelchihd-1.2.9.ebuild index a39b94642ac49..3e25e68356ecc 100644 --- a/media-plugins/vdr-skinelchihd/vdr-skinelchihd-1.2.9.ebuild +++ b/media-plugins/vdr-skinelchihd/vdr-skinelchihd-1.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2025 Gentoo Authors +# Copyright 2025-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit vdr-plugin-2 DESCRIPTION="VDR Skin Plugin: skinelchihd" -HOMEPAGE="http://firefly.vdr-developer.org/skinelchihd/index.html" +HOMEPAGE="https://github.com/FireFlyVDR/vdr-plugin-skinelchihd" SRC_URI="https://github.com/FireFlyVDR/vdr-plugin-skinelchihd/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/vdr-plugin-skinelchihd-${PV}"