From 003bf64fee74838f250718f6c7cc6c0f775252c8 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 10 Jul 2023 15:30:47 +0200 Subject: games-strategy/crimson: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- games-strategy/crimson/crimson-0.5.3-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games-strategy') diff --git a/games-strategy/crimson/crimson-0.5.3-r1.ebuild b/games-strategy/crimson/crimson-0.5.3-r1.ebuild index 3479d4caac61..df7ee6fe56db 100644 --- a/games-strategy/crimson/crimson-0.5.3-r1.ebuild +++ b/games-strategy/crimson/crimson-0.5.3-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit desktop DESCRIPTION="Tactical war game in the tradition of Battle Isle" -HOMEPAGE="http://crimson.seul.org/" -SRC_URI="http://crimson.seul.org/files/${P}.tar.bz2" +HOMEPAGE="https://crimson.seul.org/" +SRC_URI="https://crimson.seul.org/files/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test zlib" -- cgit v1.2.3-65-gdbad