From 0fcd57a9b389a984d9ea1fef70590504b238c63c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 9 Jul 2017 01:23:33 +0200 Subject: dev-python/clang-python: Use https for llvm.org --- dev-python/clang-python/clang-python-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/clang-python/clang-python-9999.ebuild') diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild index 504837ede60f..be306e0a887a 100644 --- a/dev-python/clang-python/clang-python-9999.ebuild +++ b/dev-python/clang-python/clang-python-9999.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit git-r3 python-r1 DESCRIPTION="Python bindings for sys-devel/clang" -HOMEPAGE="http://llvm.org/" +HOMEPAGE="https://llvm.org/" SRC_URI="" EGIT_REPO_URI="https://git.llvm.org/git/clang.git https://github.com/llvm-mirror/clang.git" -- cgit v1.2.3-65-gdbad