populate the repository field (#40)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0179038..9604b3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 ## 2.0.1-dev
 
+* Populate the pubspec `repository` field.
+* Migrate to `package:lints`.
+
 ## 2.0.0
 
 * Null safety stable release.
diff --git a/pubspec.yaml b/pubspec.yaml
index cffa641..9fa3dc3 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,7 +1,7 @@
 name: test_descriptor
 version: 2.0.1-dev
 description: An API for defining and verifying directory structures.
-homepage: https://github.com/dart-lang/test_descriptor
+repository: https://github.com/dart-lang/test_descriptor
 
 environment:
   sdk: '>=2.12.0 <3.0.0'