dev-python/pp: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 17 Mar 2018 08:49:48 +0000 (09:49 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 10:50:58 +0000 (11:50 +0100)
dev-python/pp/pp-1.6.5.ebuild

index 4370467ae6af89f9735c1a7cc51d31b7291fa30c..467a8f15bfab2d5f1e873c3a6ef3c1617e23c510 100644 (file)
@@ -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
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Parallel and distributed programming for Python"
-HOMEPAGE="http://www.parallelpython.com/"
-SRC_URI="http://www.parallelpython.com/downloads/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://www.parallelpython.com/"
+SRC_URI="https://www.parallelpython.com/downloads/${PN}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"