diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-27 19:43:36 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-02-27 20:44:46 +0000 |
commit | 5e5771f3bd433541127f53fb79fb8695ec89e370 (patch) | |
tree | bca32894a78b9c7b920ddf7cc34c07f1a754f604 /games-puzzle/mirrormagic | |
parent | games-puzzle/cuyo: use HTTPS (diff) | |
download | gentoo-5e5771f3bd433541127f53fb79fb8695ec89e370.tar.gz gentoo-5e5771f3bd433541127f53fb79fb8695ec89e370.tar.bz2 gentoo-5e5771f3bd433541127f53fb79fb8695ec89e370.zip |
games-puzzle/mirrormagic: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-puzzle/mirrormagic')
-rw-r--r-- | games-puzzle/mirrormagic/mirrormagic-2.0.2-r2.ebuild | 6 |
1 files 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 812835fd25d0..ea697ed47262 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" |