diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 14:44:46 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:47 +0200 |
commit | 3646bcbd0067bbc045542d0ba61e94beb2fadee1 (patch) | |
tree | 6b52e6ed213977f464a45db3567da6119b48daed /games-puzzle/magiccube4d | |
parent | games-puzzle/gnurobbo: use HTTPS, fix LICENSE (diff) | |
download | gentoo-3646bcbd0067bbc045542d0ba61e94beb2fadee1.tar.gz gentoo-3646bcbd0067bbc045542d0ba61e94beb2fadee1.tar.bz2 gentoo-3646bcbd0067bbc045542d0ba61e94beb2fadee1.zip |
games-puzzle/magiccube4d: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-puzzle/magiccube4d')
-rw-r--r-- | games-puzzle/magiccube4d/magiccube4d-2.2-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-puzzle/magiccube4d/magiccube4d-2.2-r1.ebuild b/games-puzzle/magiccube4d/magiccube4d-2.2-r1.ebuild index 5f9eac856d8f..1c45efaeaffc 100644 --- a/games-puzzle/magiccube4d/magiccube4d-2.2-r1.ebuild +++ b/games-puzzle/magiccube4d/magiccube4d-2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,9 +6,9 @@ inherit desktop MY_PV="${PV/./_}" DESCRIPTION="Four-dimensional analog of Rubik's cube" -HOMEPAGE="http://www.superliminal.com/cube/cube.htm" -SRC_URI="http://www.superliminal.com/cube/mc4d-src-${MY_PV}.tgz - http://superliminal.com/cube/cube_transp.gif -> ${PN}.gif" +HOMEPAGE="https://www.superliminal.com/cube/cube.htm" +SRC_URI="https://www.superliminal.com/cube/mc4d-src-${MY_PV}.tgz + https://superliminal.com/cube/cube_transp.gif -> ${PN}.gif" LICENSE="free-noncomm" SLOT="0" |