diff options
author | Daniel Schmidt <gen2xmach1ne@tutanota.com> | 2019-03-17 21:15:54 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-03-17 21:57:35 +0000 |
commit | 9cf8b05ecc3b4d289a2580b5bb0fce8d281a345b (patch) | |
tree | c5552646536d109cbcbeaa1b08eb50e7a7b8a032 /games-arcade/afternoonstalker | |
parent | gnome-extra/cinnamon-session: Rely on IUSE=elogind for non-systemd (diff) | |
download | gentoo-9cf8b05ecc3b4d289a2580b5bb0fce8d281a345b.tar.gz gentoo-9cf8b05ecc3b4d289a2580b5bb0fce8d281a345b.tar.bz2 gentoo-9cf8b05ecc3b4d289a2580b5bb0fce8d281a345b.zip |
games-arcade/afternoonstalker: fix HOMEPAGE and SRC_URI
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11396
Signed-off-by: Daniel Schmidt <gen2xmach1ne@tutanota.com>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-arcade/afternoonstalker')
-rw-r--r-- | games-arcade/afternoonstalker/afternoonstalker-1.1.5-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/afternoonstalker/afternoonstalker-1.1.5-r1.ebuild b/games-arcade/afternoonstalker/afternoonstalker-1.1.5-r1.ebuild index f7f3afc9f23e..58cc73f1c8ae 100644 --- a/games-arcade/afternoonstalker/afternoonstalker-1.1.5-r1.ebuild +++ b/games-arcade/afternoonstalker/afternoonstalker-1.1.5-r1.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 autotools DESCRIPTION="Clone of the 1981 Night Stalker video game by Mattel Electronics" -HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/afternoonstalker.html" -SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz" +HOMEPAGE="https://perso.b2b2c.ca/~sarrazip/dev/afternoonstalker.html" +SRC_URI="https://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |