diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-15 10:31:42 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-15 13:32:59 +0200 |
commit | e1588866a2561e950c1f5c9ceffbf74ff052264c (patch) | |
tree | eed12098df6b84f19d51271197f7e5b93d0f39bc /games-action | |
parent | dev-games/mercator: use HTTPS (diff) | |
download | gentoo-e1588866a2561e950c1f5c9ceffbf74ff052264c.tar.gz gentoo-e1588866a2561e950c1f5c9ceffbf74ff052264c.tar.bz2 gentoo-e1588866a2561e950c1f5c9ceffbf74ff052264c.zip |
games-action/bomberclone: use HTTPS
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/bomberclone/bomberclone-0.11.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/bomberclone/bomberclone-0.11.8-r1.ebuild b/games-action/bomberclone/bomberclone-0.11.8-r1.ebuild index ddd05a9d7204..31eb3fe53e87 100644 --- a/games-action/bomberclone/bomberclone-0.11.8-r1.ebuild +++ b/games-action/bomberclone/bomberclone-0.11.8-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils autotools DESCRIPTION="BomberMan clone with network game support" -HOMEPAGE="http://www.bomberclone.de/" +HOMEPAGE="https://www.bomberclone.de/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" |