mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/pp: use HTTPS
This commit is contained in:
committed by
Michał Górny
parent
91da0bcd74
commit
c76637a009
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user