diff options
author | Daniel Schmidt <gen2xmach1ne@tutanota.com> | 2019-03-17 21:17:30 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-03-17 21:57:51 +0000 |
commit | 2f63ecdd1af73b35e6895368237e2f33895923e3 (patch) | |
tree | 499c5c75f8f175adf425c3b090e8fde4a9e4354c /games-arcade/burgerspace | |
parent | games-arcade/afternoonstalker: fix HOMEPAGE and SRC_URI (diff) | |
download | gentoo-2f63ecdd1af73b35e6895368237e2f33895923e3.tar.gz gentoo-2f63ecdd1af73b35e6895368237e2f33895923e3.tar.bz2 gentoo-2f63ecdd1af73b35e6895368237e2f33895923e3.zip |
games-arcade/burgerspace: fix HOMEPAGE and SRC_URI
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Daniel Schmidt <gen2xmach1ne@tutanota.com>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-arcade/burgerspace')
-rw-r--r-- | games-arcade/burgerspace/burgerspace-1.9.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/burgerspace/burgerspace-1.9.2.ebuild b/games-arcade/burgerspace/burgerspace-1.9.2.ebuild index 6eb8eafc4737..ec7380a6dbe9 100644 --- a/games-arcade/burgerspace/burgerspace-1.9.2.ebuild +++ b/games-arcade/burgerspace/burgerspace-1.9.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools games DESCRIPTION="Clone of the 1982 BurgerTime video game by Data East" -HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/burgerspace.html" -SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz" +HOMEPAGE="https://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html" +SRC_URI="https://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |