diff options
author | Mike Pagano <mpagano@gentoo.org> | 2019-08-01 12:00:12 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2019-08-01 12:00:26 -0400 |
commit | 784cec1502fd41c89586691789bc5051d043c0d1 (patch) | |
tree | 8119669b8641ac887751b258eab34181f6e5615b /app-portage | |
parent | sys-cluster/neutron: 13.0.4 and 13.0.2 stable amd64/x86 with cleanup (diff) | |
download | gentoo-784cec1502fd41c89586691789bc5051d043c0d1.tar.gz gentoo-784cec1502fd41c89586691789bc5051d043c0d1.tar.bz2 gentoo-784cec1502fd41c89586691789bc5051d043c0d1.zip |
app-portage/portpeek: use HTTPS for HOMEPAGE/SRC_URI. See bug #688996
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/portpeek/portpeek-2.1.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/portpeek/portpeek-2.1.27.ebuild b/app-portage/portpeek/portpeek-2.1.27.ebuild index 19b9b1180bc2..c6db7e3120b6 100644 --- a/app-portage/portpeek/portpeek-2.1.27.ebuild +++ b/app-portage/portpeek/portpeek-2.1.27.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit python-r1 DESCRIPTION="A helper program for maintaining the package.keyword and package.unmask files" -HOMEPAGE="http://www.mpagano.com/blog/?page_id=3" -SRC_URI="http://www.mpagano.com/downloads/${P}.tar.gz" +HOMEPAGE="https://www.mpagano.com/blog/?page_id=3" +SRC_URI="https://www.mpagano.com/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |