diff --git a/recipes/recipe_modules/gclient/config.py b/recipes/recipe_modules/gclient/config.py index 3e483d4b25..77b412dd2f 100644 --- a/recipes/recipe_modules/gclient/config.py +++ b/recipes/recipe_modules/gclient/config.py @@ -269,8 +269,7 @@ def boringssl(c): def dart(c): soln = c.solutions.add() soln.name = 'sdk' - soln.url = ('https://chromium.googlesource.com/external/github.com/' + - 'dart-lang/sdk.git') + soln.url = ('https://dart.googlesource.com/sdk.git') soln.deps_file = 'DEPS' soln.managed = False