populate the repository field (#26)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2cd28f..7100d1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 ## 1.2.1-dev
 
+* Migrate to `package:lints`.
+* Populate the pubspec `repository` field.
+
 ## 1.2.0
 
 * Stable release for null safety.
diff --git a/pubspec.yaml b/pubspec.yaml
index e1b26bb..d1313a4 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,8 +1,7 @@
 name: term_glyph
 version: 1.2.1-dev
-
 description: Useful Unicode glyphs and ASCII substitutes.
-homepage: https://github.com/dart-lang/term_glyph
+repository: https://github.com/dart-lang/term_glyph
 
 environment:
   sdk: ">=2.12.0 <3.0.0"