summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/install.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/install.ps1 b/appveyor/install.ps1
index d91b3f772..6dc32f40a 100644
--- a/appveyor/install.ps1
+++ b/appveyor/install.ps1
@@ -1,6 +1,6 @@
# Sample script to install Python and pip under Windows
# Authors: Olivier Grisel and Kyle Kastner
-# License: CC0 1.0 Universal: http://creativecommons.org/publicdomain/zero/1.0/
+# License: CC0 1.0 Universal: https://creativecommons.org/publicdomain/zero/1.0/
$PYTHON_BASE_URL = "https://www.python.org/ftp/python/"
$GET_PIP_URL = "https://bootstrap.pypa.io/get-pip.py"