Fix pubspecs of generator and commons
diff --git a/discoveryapis_commons/pubspec.yaml b/discoveryapis_commons/pubspec.yaml
index 1aac5e9..463aad7 100644
--- a/discoveryapis_commons/pubspec.yaml
+++ b/discoveryapis_commons/pubspec.yaml
@@ -1,8 +1,7 @@
name: _discoveryapis_commons
version: 0.3.0-dev
-author: Dart Team <misc@dartlang.org>
description: Library for use by client APIs generated from Discovery Documents.
-homepage: https://github.com/dart-lang/discoveryapis_commons
+repository: https://github.com/dart-lang/googleapis
environment:
sdk: '>=2.12.0-0 <3.0.0'
diff --git a/discoveryapis_generator/pubspec.yaml b/discoveryapis_generator/pubspec.yaml
index 6de8da7..bf11626 100644
--- a/discoveryapis_generator/pubspec.yaml
+++ b/discoveryapis_generator/pubspec.yaml
@@ -1,7 +1,7 @@
name: discoveryapis_generator
version: 0.9.16-dev
description: Create API Client libraries based on the Discovery API Service.
-repository: https://github.com/dart-lang/discoveryapis_generator
+repository: https://github.com/dart-lang/googleapis
environment:
sdk: '>=2.10.0 <3.0.0'