From edb5240ff50722d355817f16d16531c84304c416 Mon Sep 17 00:00:00 2001 From: jart Date: Fri, 12 May 2017 04:26:37 -0700 Subject: [PATCH] Use new mirror.bazel.build hostname for Closure Rules library ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=155854194 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 4894b79c3..997904163 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -5,7 +5,7 @@ http_archive( sha256 = "c104d30b4aaf23d72afe327b4478d1c08cf1ff75c6db2060682bb7ad0591e19b", strip_prefix = "rules_closure-962d929bc769fc320dd395f54fef3e9db62c3920", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_closure/archive/962d929bc769fc320dd395f54fef3e9db62c3920.tar.gz", # 2016-12-28 + "http://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/962d929bc769fc320dd395f54fef3e9db62c3920.tar.gz", # 2016-12-28 "https://github.com/bazelbuild/rules_closure/archive/962d929bc769fc320dd395f54fef3e9db62c3920.tar.gz", ], )