Merge branch 'master' into use_repository_field
diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml
index dfc8dbb..824a3ea 100644
--- a/dwds/pubspec.yaml
+++ b/dwds/pubspec.yaml
@@ -1,10 +1,10 @@
 name: dwds
 # Every time this changes you need to run `dart run build_runner build`.
 version: 13.1.1-dev
-homepage: https://github.com/dart-lang/webdev/tree/master/dwds
 description: >-
   A service that proxies between the Chrome debug protocol and the Dart VM
   service protocol.
+repository: https://github.com/dart-lang/webdev/tree/master/dwds
 
 environment:
   sdk: ">=2.16.0 <3.0.0"
diff --git a/frontend_server_client/pubspec.yaml b/frontend_server_client/pubspec.yaml
index c728f84..94738ff 100644
--- a/frontend_server_client/pubspec.yaml
+++ b/frontend_server_client/pubspec.yaml
@@ -3,8 +3,7 @@
 description: >-
   Client code to start and interact with the frontend_server compiler from the
   Dart SDK.
-homepage: https://github.com/dart-lang/webdev/tree/master/frontend_server_client
-repository: https://github.com/dart-lang/webdev
+repository: https://github.com/dart-lang/webdev/tree/master/frontend_server_client
 
 environment:
   sdk: ">=2.12.0 <3.0.0"
diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml
index 1dfa036..d15706e 100644
--- a/webdev/pubspec.yaml
+++ b/webdev/pubspec.yaml
@@ -3,10 +3,10 @@
 version: 2.7.9-dev
 # We should not depend on a dev SDK before publishing.
 # publish_to: none
-homepage: https://github.com/dart-lang/webdev
 description: >-
   A CLI for Dart web development. Provides an easy and consistent set of
   features for users and tools to build and deploy web applications with Dart.
+repository: https://github.com/dart-lang/webdev/tree/master/webdev
 
 environment:
   sdk: ">=2.16.0 <3.0.0"