From 7b35d76c5bd81fb24ffafd17849e40de42c4f1fe Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 24 Oct 2017 00:01:12 +0200 Subject: Update "mirror.bazel.build" urls to use https. (All traffic to *.bazel.* is now routed through https, so those http requests currently cause a redirect. This removes the redirect.) RELNOTES: Update "mirror.bazel.build" urls to use https. PiperOrigin-RevId: 173175888 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index a86032d907..cab4a0e75f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -130,7 +130,7 @@ http_file( http_archive( name = "bazel_toolchains", urls = [ - "http://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/b2b4b38433bf2d1159360855ea4004378308711b.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/b2b4b38433bf2d1159360855ea4004378308711b.tar.gz", "https://github.com/bazelbuild/bazel-toolchains/archive/b2b4b38433bf2d1159360855ea4004378308711b.tar.gz", ], strip_prefix = "bazel-toolchains-b2b4b38433bf2d1159360855ea4004378308711b", -- cgit v1.2.3