diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index 8833e3f4c..b837eb3ea 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -2,7 +2,7 @@ name: test version: 1.21.0 description: >- A full featured library for writing and running Dart tests across platforms. -repository: https://github.com/dart-lang/test/blob/master/pkgs/test +repository: https://github.com/dart-lang/test/tree/master/pkgs/test environment: sdk: '>=2.14.0 <3.0.0' diff --git a/pkgs/test_api/pubspec.yaml b/pkgs/test_api/pubspec.yaml index db42265c4..eb1d526e1 100644 --- a/pkgs/test_api/pubspec.yaml +++ b/pkgs/test_api/pubspec.yaml @@ -1,7 +1,7 @@ name: test_api version: 0.4.10-dev description: A library for writing Dart tests. -homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_api +repository: https://github.com/dart-lang/test/tree/master/pkgs/test_api environment: sdk: ">=2.12.0 <3.0.0" diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml index d868a4957..d4a0d8e3d 100644 --- a/pkgs/test_core/pubspec.yaml +++ b/pkgs/test_core/pubspec.yaml @@ -1,7 +1,7 @@ name: test_core version: 0.4.13 description: A basic library for writing tests and running them on the VM. -homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core +repository: https://github.com/dart-lang/test/tree/master/pkgs/test_core environment: sdk: '>=2.14.0 <3.0.0'