Skip to content

Commit

Permalink
games-puzzle/magiccube4d: use HTTPS
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
mm1ke authored and ConiKost committed Jul 12, 2023
1 parent d265dcf commit 3646bcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions games-puzzle/magiccube4d/magiccube4d-2.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
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"
Expand Down

0 comments on commit 3646bcb

Please sign in to comment.