diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-13 20:15:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-13 20:52:15 +0100 |
commit | 44f29eb064c7208aee9d9996bae2fee36a9863eb (patch) | |
tree | 56356b3f612a11e21058c7a9ca1157c89497941f /dev-python/abstract_rendering | |
parent | dev-python/PySocks: use HTTPS (diff) | |
download | gentoo-44f29eb064c7208aee9d9996bae2fee36a9863eb.tar.gz gentoo-44f29eb064c7208aee9d9996bae2fee36a9863eb.tar.bz2 gentoo-44f29eb064c7208aee9d9996bae2fee36a9863eb.zip |
dev-python/abstract_rendering: use HTTPS
Diffstat (limited to 'dev-python/abstract_rendering')
-rw-r--r-- | dev-python/abstract_rendering/abstract_rendering-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/abstract_rendering/abstract_rendering-0.5.1.ebuild b/dev-python/abstract_rendering/abstract_rendering-0.5.1.ebuild index dc40f1201e28..15063cb6d785 100644 --- a/dev-python/abstract_rendering/abstract_rendering-0.5.1.ebuild +++ b/dev-python/abstract_rendering/abstract_rendering-0.5.1.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=5 @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Rendering as a binning process" HOMEPAGE=" https://github.com/ContinuumIO/abstract_rendering - http://pypi.python.org/pypi/abstract_rendering + https://pypi.python.org/pypi/abstract_rendering " SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" |