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

populate the repository field of the pubspec
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5cc86fd..44d987f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,5 @@
+## 0.2.1-dev
+
 ## 0.2.0
 
 * Migrate to null safety.
diff --git a/pubspec.yaml b/pubspec.yaml
index 908463e..74b41e2 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,9 +1,8 @@
 name: http_retry
-version: 0.2.0
-
+version: 0.2.1-dev
 description: >-
   A wrapper for package:http clients that automatically retries requests
-homepage: https://github.com/dart-lang/http_retry
+repository: https://github.com/dart-lang/http_retry
 
 environment:
   sdk: '>=2.12.0 <3.0.0'