| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 50369e40cd0658de7563706b36c74b76e5668676..8c299307b32dd21d147e305554eef4131f97573b 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -266,7 +266,7 @@ deps = {
|
| Var("dart_root") + "/third_party/pkg/shelf":
|
| (Var("github_mirror") % "shelf") + Var("shelf_rev"),
|
| Var("dart_root") + "/third_party/pkg/shelf_static":
|
| - "https://github.com/kevmoo/shelf_static.dart.git" +
|
| + "https://github.com/dart-lang/shelf_static.git" +
|
| Var("shelf_static_rev"),
|
| Var("dart_root") + "/third_party/pkg/shelf_web_socket":
|
| (Var("github_mirror") % "shelf_web_socket") +
|
|
|