From 357f23fae1dff82eac983137b4e80f66d48bfa91 Mon Sep 17 00:00:00 2001 From: Jan Andre Ikenmeyer Date: Tue, 6 Nov 2018 12:20:10 +0100 Subject: Consistent servo-deps download URLs --- python/servo/build_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/build_commands.py') diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index b6aa53bf15e..ab9c769fb9f 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -437,7 +437,7 @@ class MachCommands(CommandBase): # Follow these instructions to build and deploy new binaries # https://github.com/servo/libgstreamer_android_gen#build print("Downloading GStreamer dependencies") - gst_url = "http://servo-deps.s3.amazonaws.com/gstreamer/%s" % gst_lib_zip + gst_url = "https://servo-deps.s3.amazonaws.com/gstreamer/%s" % gst_lib_zip print(gst_url) urllib.urlretrieve(gst_url, gst_lib_zip) zip_ref = zipfile.ZipFile(gst_lib_zip, "r") -- cgit v1.2.3