From 355b70412f8b725dcf6771967387cf4ba999c98b Mon Sep 17 00:00:00 2001 From: Sigurdur Asgeirsson Date: Fri, 29 Sep 2017 16:32:11 -0400 Subject: [PATCH] Update fetch config with new Syzygy location. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iacc2efd6974f1a161da6e33a0d25d6329fcaaf4f Reviewed-on: https://chromium-review.googlesource.com/692697 Commit-Queue: Sébastien Marchand Reviewed-by: Aaron Gable Reviewed-by: Sébastien Marchand --- fetch_configs/syzygy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch_configs/syzygy.py b/fetch_configs/syzygy.py index 5311c515f..aec72bb88 100644 --- a/fetch_configs/syzygy.py +++ b/fetch_configs/syzygy.py @@ -20,7 +20,7 @@ class Syzygy(config_util.Config): 'solutions': [ { 'name' : 'src', - 'url' : 'https://github.com/google/syzygy.git', + 'url' : 'https://chromium.googlesource.com/syzygy', 'deps_file': 'DEPS', 'managed' : False, }