populate the repository field
diff --git a/pkgs/test_process/CHANGELOG.md b/pkgs/test_process/CHANGELOG.md
index adf9605..2ee2a66 100644
--- a/pkgs/test_process/CHANGELOG.md
+++ b/pkgs/test_process/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/pkgs/test_process/README.md b/pkgs/test_process/README.md
index f0ff486..4ff6c90 100644
--- a/pkgs/test_process/README.md
+++ b/pkgs/test_process/README.md
@@ -1,3 +1,7 @@
+[](https://github.com/dart-lang/test_process/actions/workflows/test-package.yml)
+[](https://pub.dev/packages/test_process)
+[](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/pkgs/test_process/pubspec.yaml b/pkgs/test_process/pubspec.yaml
index 7901d00..b9519fd 100644
--- a/pkgs/test_process/pubspec.yaml
+++ b/pkgs/test_process/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"