Merge pull request dart-lang/json_rpc_2#82 from dart-lang/devoncarew-patch-1

populate the repository pubspec field
diff --git a/pkgs/json_rpc_2/CHANGELOG.md b/pkgs/json_rpc_2/CHANGELOG.md
index d28d50f..e64acb6 100644
--- a/pkgs/json_rpc_2/CHANGELOG.md
+++ b/pkgs/json_rpc_2/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 3.0.2-dev
+
+* Address a few analysis hint violations.
+* Populate the pubspec `repository` field.
+
 ## 3.0.1
 
 * Fix a bug where a `null` result to a request caused an exception.
diff --git a/pkgs/json_rpc_2/pubspec.yaml b/pkgs/json_rpc_2/pubspec.yaml
index f7217f6..48bc0b6 100644
--- a/pkgs/json_rpc_2/pubspec.yaml
+++ b/pkgs/json_rpc_2/pubspec.yaml
@@ -1,8 +1,8 @@
 name: json_rpc_2
-version: 3.0.1
+version: 3.0.2-dev
 description: >-
   Utilities to write a client or server using the JSON-RPC 2.0 spec.
-homepage: https://github.com/dart-lang/json_rpc_2
+repository: https://github.com/dart-lang/json_rpc_2
 
 environment:
   sdk: ">=2.12.0 <3.0.0"