commit: 5e5771f3bd433541127f53fb79fb8695ec89e370 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Feb 27 18:43:36 2019 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Wed Feb 27 20:44:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5771f3
games-puzzle/mirrormagic: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-puzzle/mirrormagic/mirrormagic-2.0.2-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-puzzle/mirrormagic/mirrormagic-2.0.2-r2.ebuild b/games-puzzle/mirrormagic/mirrormagic-2.0.2-r2.ebuild index 812835fd25d..ea697ed4726 100644 --- a/games-puzzle/mirrormagic/mirrormagic-2.0.2-r2.ebuild +++ b/games-puzzle/mirrormagic/mirrormagic-2.0.2-r2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit desktop toolchain-funcs DESCRIPTION="A game like Deflektor (C 64) or Mindbender (Amiga)" -HOMEPAGE="http://www.artsoft.org/mirrormagic/" -SRC_URI="http://www.artsoft.org/RELEASES/unix/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.artsoft.org/mirrormagic/" +SRC_URI="https://www.artsoft.org/RELEASES/unix/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"
