From 2e387816f1f9f47420963d3574f6d888acf91f1c Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Mon, 27 Oct 2014 16:23:27 -0400 Subject: [PATCH] use https for download URLs Conflicts: plugins/python-build/bin/python-build --- plugins/python-build/bin/python-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/bin/python-build b/plugins/python-build/bin/python-build index 9558de5b..3d628e04 100755 --- a/plugins/python-build/bin/python-build +++ b/plugins/python-build/bin/python-build @@ -1626,7 +1626,7 @@ else fi if [ -z "$PYTHON_BUILD_MIRROR_URL" ]; then - PYTHON_BUILD_MIRROR_URL="http://yyuu.github.io/pythons" + PYTHON_BUILD_MIRROR_URL="https://yyuu.github.io/pythons" else PYTHON_BUILD_MIRROR_URL="${PYTHON_BUILD_MIRROR_URL%/}" fi