| commit | cda9a068aa519101b875f98e033da950a2c5a968 | [log] [tgz] |
|---|---|---|
| author | Devon Carew <devoncarew@google.com> | Tue Apr 26 08:11:20 2022 -0700 |
| committer | GitHub <noreply@github.com> | Tue Apr 26 08:11:20 2022 -0700 |
| tree | d7584f45281c5b60c9b433177cf0f2c3f9d7bc6e | |
| parent | edcb0a9855cd92a443621afd6d9db4b065e4f446 [diff] | |
| parent | aab43c50af62e6d9c8153d6ba177c3da34a7063f [diff] |
Merge pull request dart-lang/yaml#126 from dart-lang/devoncarew-patch-1 Update pubspec.yaml
diff --git a/pkgs/yaml/pubspec.yaml b/pkgs/yaml/pubspec.yaml index ace14a4..270fc9b 100644 --- a/pkgs/yaml/pubspec.yaml +++ b/pkgs/yaml/pubspec.yaml
@@ -1,8 +1,7 @@ name: yaml version: 3.1.1-dev - description: A parser for YAML, a human-friendly data serialization standard -homepage: https://github.com/dart-lang/yaml +repository: https://github.com/dart-lang/yaml environment: sdk: '>=2.12.0 <3.0.0'