diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 14:13:29 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:25:10 -0400 |
commit | 5686974f9fa9a45c207c64494f4e8e43cb66e880 (patch) | |
tree | 43467d10d68fe634b8d6b44d3981be4991ad390c /net-p2p | |
parent | net-misc/whatportis: use HTTPS (diff) | |
download | gentoo-5686974f9fa9a45c207c64494f4e8e43cb66e880.tar.gz gentoo-5686974f9fa9a45c207c64494f4e8e43cb66e880.tar.bz2 gentoo-5686974f9fa9a45c207c64494f4e8e43cb66e880.zip |
net-p2p/ppcoind: use HTTPS
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ppcoind/ppcoind-0.4.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/ppcoind/ppcoind-0.4.0-r1.ebuild b/net-p2p/ppcoind/ppcoind-0.4.0-r1.ebuild index 1a5131498abd..08d250f53efe 100644 --- a/net-p2p/ppcoind/ppcoind-0.4.0-r1.ebuild +++ b/net-p2p/ppcoind/ppcoind-0.4.0-r1.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 @@ -12,7 +12,7 @@ MyPN="ppcoin" MyP="${MyPN}-${MyPV}" DESCRIPTION="Cryptocurrency forked from Bitcoin which aims to be energy efficiency" -HOMEPAGE="http://peercoin.net/" +HOMEPAGE="https://peercoin.net/" SRC_URI="mirror://sourceforge/${MyPN}/${MyP}-linux.tar.gz -> ${MyP}.tar.gz" LICENSE="MIT ISC GPL-2" |