diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-18 09:13:06 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-18 20:14:58 +0200 |
commit | 8872ca63c67badba6f4276c7753b0da03a6c4bcc (patch) | |
tree | 2cf9226fcd15b1cefd7adf284a0922e46339c143 /games-board | |
parent | games-arcade/primateplunge: use HTTPS (diff) | |
download | gentoo-8872ca63c67badba6f4276c7753b0da03a6c4bcc.tar.gz gentoo-8872ca63c67badba6f4276c7753b0da03a6c4bcc.tar.bz2 gentoo-8872ca63c67badba6f4276c7753b0da03a6c4bcc.zip |
games-board/pokerth: use HTTPS
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pokerth/pokerth-1.1.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/pokerth/pokerth-1.1.1-r2.ebuild b/games-board/pokerth/pokerth-1.1.1-r2.ebuild index e0f3c1cf65f9..a7c17d198096 100644 --- a/games-board/pokerth/pokerth-1.1.1-r2.ebuild +++ b/games-board/pokerth/pokerth-1.1.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit eutils flag-o-matic qmake-utils MY_P="PokerTH-${PV}-src" DESCRIPTION="Texas Hold'em poker game" -HOMEPAGE="http://www.pokerth.net/" +HOMEPAGE="https://www.pokerth.net/" SRC_URI="mirror://sourceforge/pokerth/${MY_P}.tar.bz2" LICENSE="AGPL-3 GPL-1 GPL-2 GPL-3 BitstreamVera public-domain" |