summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-03-17 09:49:48 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-17 11:50:58 +0100
commitc76637a009a16fc0b21e56788b75e68cf46a41e8 (patch)
tree34b9c7f278412fe8ed8dab91f9c805757f222664 /dev-python/pp/pp-1.6.5.ebuild
parentdev-python/nose-show-skipped: use HTTPS (diff)
downloadgentoo-c76637a009a16fc0b21e56788b75e68cf46a41e8.tar.gz
gentoo-c76637a009a16fc0b21e56788b75e68cf46a41e8.tar.bz2
gentoo-c76637a009a16fc0b21e56788b75e68cf46a41e8.zip
dev-python/pp: use HTTPS
Diffstat (limited to 'dev-python/pp/pp-1.6.5.ebuild')
-rw-r--r--dev-python/pp/pp-1.6.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pp/pp-1.6.5.ebuild b/dev-python/pp/pp-1.6.5.ebuild
index 4370467ae6af..467a8f15bfab 100644
--- a/dev-python/pp/pp-1.6.5.ebuild
+++ b/dev-python/pp/pp-1.6.5.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
@@ -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"