commit:     a79609b7f3868ea387fa4bc38fdec611a6ee1d30
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 19 07:36:04 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 20 00:16:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79609b7

dev-python/singledispatch: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/8471

 dev-python/singledispatch/singledispatch-3.4.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild 
b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild
index 34fa938254a..176fc1e7e05 100644
--- a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild
+++ b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy )
 inherit distutils-r1
 
 DESCRIPTION="A library to bring functools.singledispatch from Python 3.4 to 
Python 2.6-3.3"
-HOMEPAGE="http://docs.python.org/3/library/functools.html#functools.singledispatch";
+HOMEPAGE="https://docs.python.org/3/library/functools.html#functools.singledispatch";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PF}.tar.gz"
 
 LICENSE="MIT"

Reply via email to