Merge pull request #33 from dart-lang/repository_field

populate the repository field
diff --git a/CHANGELOG.md b/CHANGELOG.md
index adf9605..2ee2a66 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 2.0.3-dev
+
+* Populate the pubspec `repository` field.
+
 ## 2.0.2
 
 * Reverted `meta` constraint to `^1.3.0`.
diff --git a/README.md b/README.md
index f0ff486..4ff6c90 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+[![Dart CI](https://github.com/dart-lang/test_process/actions/workflows/test-package.yml/badge.svg)](https://github.com/dart-lang/test_process/actions/workflows/test-package.yml)
+[![pub package](https://img.shields.io/pub/v/test_process.svg)](https://pub.dev/packages/test_process)
+[![package publisher](https://img.shields.io/pub/publisher/test_process.svg)](https://pub.dev/packages/test_process/publisher)
+
 A package for testing subprocesses.
 
 This exposes a [`TestProcess`][TestProcess] class that wraps `dart:io`'s
diff --git a/pubspec.yaml b/pubspec.yaml
index 7901d00..b9519fd 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,8 +1,7 @@
 name: test_process
-version: 2.0.2
-
+version: 2.0.3-dev
 description: A package for testing subprocesses.
-homepage: https://github.com/dart-lang/test_process
+repository: https://github.com/dart-lang/test_process
 
 environment:
   sdk: ">=2.12.0-0 <3.0.0"