commit | 9126ee04e77fd8e4e2e6435b503ee4dd708d7ddc | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@google.com> | Wed Apr 20 14:44:19 2022 -0700 |
committer | GitHub <noreply@github.com> | Wed Apr 20 14:44:19 2022 -0700 |
tree | 15324c8ddfff14e234587ecb617a26119309a4bf | |
parent | 202391286ddc13c4c3c284ac5b511f04697250ed [diff] |
Switch from homepage to repository in pubspec (#54)
diff --git a/pubspec.yaml b/pubspec.yaml index b891448..60573f1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml
@@ -2,7 +2,7 @@ version: 4.0.2-dev description: >- A platform-independent package for parsing and serializing HTTP formats. -homepage: https://github.com/dart-lang/http_parser +repository: https://github.com/dart-lang/http_parser environment: sdk: '>=2.12.0 <3.0.0'