Commit d8cfeaa8 authored by William Hesse's avatar William Hesse Committed by Commit Bot

Dart: Update the config for the "fetch dart" command.

Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=737149
Change-Id: I72e65056519338039d02246dcdfdb3e71c980b92
Reviewed-on: https://chromium-review.googlesource.com/649608Reviewed-by: 's avatarEmma Söderberg <emso@chromium.org>
Reviewed-by: 's avatarPaweł Hajdan Jr. <phajdan.jr@chromium.org>
Reviewed-by: 's avatarJochen Eisinger <jochen@chromium.org>
Reviewed-by: 's avatarAaron Gable <agable@chromium.org>
Commit-Queue: William Hesse <whesse@google.com>
parent e5063207
......@@ -14,7 +14,7 @@ class Dart(config_util.Config):
@staticmethod
def fetch_spec(props):
url = 'https://github.com/dart-lang/sdk.git'
url = 'https://dart.googlesource.com/sdk.git'
solution = {
'name' :'sdk',
'url' : url,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment