From e90fc419dbca91b781ab19d29b4af03a073ecca2 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 22 Mar 2025 08:40:35 +0200 Subject: [PATCH] games-action/koth: use https for HOMEPAGE Signed-off-by: Arthur Zamarin --- games-action/koth/koth-0.8.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-action/koth/koth-0.8.0-r2.ebuild b/games-action/koth/koth-0.8.0-r2.ebuild index 7d2245975eb0c..4f673b41458d1 100644 --- a/games-action/koth/koth-0.8.0-r2.ebuild +++ b/games-action/koth/koth-0.8.0-r2.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit autotools DESCRIPTION="Multiplayer, networked game of little tanks with really big weapons" -HOMEPAGE="http://www.nongnu.org/koth/" +HOMEPAGE="https://www.nongnu.org/koth/" SRC_URI="https://savannah.nongnu.org/download/${PN}/default.pkg/${PV}/${P}.tar.bz2" LICENSE="GPL-2"