diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:30:47 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:54 +0200 |
commit | 003bf64fee74838f250718f6c7cc6c0f775252c8 (patch) | |
tree | 30e2391ae92ab511cfbe4ba3ac40c254580d7885 /games-strategy | |
parent | games-sports/trigger: use HTTPS (diff) | |
download | gentoo-003bf64fee74838f250718f6c7cc6c0f775252c8.tar.gz gentoo-003bf64fee74838f250718f6c7cc6c0f775252c8.tar.bz2 gentoo-003bf64fee74838f250718f6c7cc6c0f775252c8.zip |
games-strategy/crimson: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/crimson/crimson-0.5.3-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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" |