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, }