diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-11 14:43:30 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-05-11 21:38:50 +0100 |
commit | 4b8251f0e5f50a2cc44e99d612f069e8522a12ac (patch) | |
tree | fad30e47e618dea3ffff8f70ed98343d9c6308c3 /games-puzzle/pingus | |
parent | games-puzzle/neverball: use HTTPS (diff) | |
download | gentoo-4b8251f0e5f50a2cc44e99d612f069e8522a12ac.tar.gz gentoo-4b8251f0e5f50a2cc44e99d612f069e8522a12ac.tar.bz2 gentoo-4b8251f0e5f50a2cc44e99d612f069e8522a12ac.zip |
games-puzzle/pingus: use HTTPS
Diffstat (limited to 'games-puzzle/pingus')
-rw-r--r-- | games-puzzle/pingus/pingus-0.7.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/pingus/pingus-0.7.6-r1.ebuild b/games-puzzle/pingus/pingus-0.7.6-r1.ebuild index 968fa1f3342a..e23d02f4dafb 100644 --- a/games-puzzle/pingus/pingus-0.7.6-r1.ebuild +++ b/games-puzzle/pingus/pingus-0.7.6-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit scons-utils toolchain-funcs flag-o-matic xdg-utils DESCRIPTION="free Lemmings clone" -HOMEPAGE="http://pingus.seul.org/" +HOMEPAGE="https://pingus.seul.org" SRC_URI="https://pingus.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-3" |