| Index: utils/pub/hosted_source.dart
|
| diff --git a/utils/pub/hosted_source.dart b/utils/pub/hosted_source.dart
|
| index b774bc01ef8d8c005a0cef55a7b3ca20537d9240..dfa8121e08e1a5619b38a9e4d3f40a591be33c58 100644
|
| --- a/utils/pub/hosted_source.dart
|
| +++ b/utils/pub/hosted_source.dart
|
| @@ -28,7 +28,7 @@ class HostedSource extends Source {
|
| final shouldCache = true;
|
|
|
| /// The URL of the default package repository.
|
| - static final defaultUrl = "http://pub.dartlang.org";
|
| + static final defaultUrl = "https://pub.dartlang.org";
|
|
|
| /// Downloads a list of all versions of a package that are available from the
|
| /// site.
|
|
|