Bladeren bron

use https for download URLs

Conflicts:
	plugins/python-build/bin/python-build
pull/271/head
Eric Mill 11 jaren geleden
committed by Yamashita Yuu
bovenliggende
commit
2e387816f1
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build Bestand weergeven

@ -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

Laden…
Annuleren
Opslaan