Fix repo location (dart-lang/yaml_edit#6)
diff --git a/pkgs/yaml_edit/pubspec.yaml b/pkgs/yaml_edit/pubspec.yaml index ef76639..458ab32 100644 --- a/pkgs/yaml_edit/pubspec.yaml +++ b/pkgs/yaml_edit/pubspec.yaml
@@ -1,9 +1,9 @@ name: yaml_edit -version: 2.0.1 +version: 2.0.2 description: A library for YAML manipulation with comment and whitespace preservation. -homepage: https://github.com/google/dart-neats/tree/master/yaml_edit +homepage: https://github.com/dart-lang/yaml_edit repository: https://github.com/dart-lang/yaml_edit.git -issue_tracker: https://github.com/google/dart-neats/labels/pkg:yaml_edit +issue_tracker: https://github.com/dart-lang/yaml_edit/issues dependencies: collection: ^1.15.0 meta: ^1.7.0