diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /dev-python/tlslite | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/tlslite')
-rw-r--r-- | dev-python/tlslite/tlslite-0.4.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tlslite/tlslite-0.4.3-r1.ebuild b/dev-python/tlslite/tlslite-0.4.3-r1.ebuild index 423598656251..56c231a2ef09 100644 --- a/dev-python/tlslite/tlslite-0.4.3-r1.ebuild +++ b/dev-python/tlslite/tlslite-0.4.3-r1.ebuild @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="TLS Lite is a free python library that implements SSL 3.0 and TLS 1.0/1.1" -HOMEPAGE="http://trevp.net/tlslite/ http://pypi.python.org/pypi/tlslite" -SRC_URI="http://github.com/trevp/tlslite/downloads/${P}.tar.gz" +HOMEPAGE="http://trevp.net/tlslite/ https://pypi.python.org/pypi/tlslite" +SRC_URI="https://github.com/trevp/tlslite/downloads/${P}.tar.gz" LICENSE="BSD public-domain" SLOT="0" |