commit | 87d43798ae0fe7264ecda9d0dbc3e491a2abab65 | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@google.com> | Wed Apr 20 14:44:40 2022 -0700 |
committer | GitHub <noreply@github.com> | Wed Apr 20 14:44:40 2022 -0700 |
tree | 349531bff36b06174c689a0363d8ba81ad998f78 | |
parent | 2c9b418f5086f999c150d18172d2eec1f963de7b [diff] |
Switch from homepage to repository in pubspec (#687)
diff --git a/pubspec.yaml b/pubspec.yaml index de21648..2689e46 100644 --- a/pubspec.yaml +++ b/pubspec.yaml
@@ -1,7 +1,7 @@ name: http version: 0.13.5-dev -homepage: https://github.com/dart-lang/http description: A composable, multi-platform, Future-based API for HTTP requests. +repository: https://github.com/dart-lang/http environment: sdk: '>=2.14.0 <3.0.0'