From 73c3e5679cfcaec6901075ec7f6bbf8bc24d250b Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 5 Jul 2023 09:48:08 +0200 Subject: games-action/descent1-demodata: use HTTPS, fix HOMEPAGE Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- games-action/descent1-demodata/descent1-demodata-1.4-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games-action') diff --git a/games-action/descent1-demodata/descent1-demodata-1.4-r1.ebuild b/games-action/descent1-demodata/descent1-demodata-1.4-r1.ebuild index 3c97de88c7f4..e24d037ae4bb 100644 --- a/games-action/descent1-demodata/descent1-demodata-1.4-r1.ebuild +++ b/games-action/descent1-demodata/descent1-demodata-1.4-r1.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 EAPI=7 @@ -8,8 +8,8 @@ inherit unpacker DEMO="desc${PV//.}sw.exe" DESCRIPTION="Demo data files for Descent 1" -HOMEPAGE="http://www.interplay.com/games/descent.php" -SRC_URI="http://icculus.org/d2x/data/${DEMO} +HOMEPAGE="https://www.interplay.com" +SRC_URI="https://icculus.org/d2x/data/${DEMO} ftp://ftp.funet.fi/pub/msdos/games/interplay/${DEMO}" LICENSE="free-noncomm" SLOT="0" -- cgit v1.2.3-65-gdbad