diff --git a/README.md b/README.md index 0937f718fe2..f867acdaf54 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ Community --------- Join us on IRC at `#flutter` on Freenode or join our mailing list, -[sky-dev@googlegroups.com](https://groups.google.com/forum/#!forum/sky-dev). +[flutter-dev@googlegroups.com](https://groups.google.com/forum/#!forum/flutter-dev). diff --git a/sky/packages/material_design_icons/pubspec.yaml b/sky/packages/material_design_icons/pubspec.yaml index 80ada73669a..6cc4f8ea132 100644 --- a/sky/packages/material_design_icons/pubspec.yaml +++ b/sky/packages/material_design_icons/pubspec.yaml @@ -1,5 +1,5 @@ name: material_design_icons version: 0.0.3 -author: Chromium Authors +author: Flutter Authors description: Material Design Icons homepage: https://github.com/flutter/engine diff --git a/sky/packages/sky/pubspec.yaml b/sky/packages/sky/pubspec.yaml index 15c0ed03e25..6cb688524ff 100644 --- a/sky/packages/sky/pubspec.yaml +++ b/sky/packages/sky/pubspec.yaml @@ -1,6 +1,6 @@ name: sky version: 0.0.51 -author: Chromium Authors +author: Flutter Authors description: A framework for writing Flutter applications homepage: http://flutter.io dependencies: diff --git a/sky/packages/sky_engine/pubspec.yaml b/sky/packages/sky_engine/pubspec.yaml index c1ae66b4aa9..40ea35075c1 100644 --- a/sky/packages/sky_engine/pubspec.yaml +++ b/sky/packages/sky_engine/pubspec.yaml @@ -1,6 +1,6 @@ name: sky_engine version: 0.0.29 -author: Chromium Authors +author: Flutter Authors description: Dart SDK extensions for dart:sky homepage: http://flutter.io # sky_engine requires sdk_ext support in the analyzer which was added in 1.11.x diff --git a/sky/packages/sky_services/pubspec.yaml b/sky/packages/sky_services/pubspec.yaml index 0d3d4a68369..27ded9fad09 100644 --- a/sky/packages/sky_services/pubspec.yaml +++ b/sky/packages/sky_services/pubspec.yaml @@ -1,6 +1,6 @@ name: sky_services version: 0.0.29 -author: Chromium Authors +author: Flutter Authors description: Mojom interfaces associated with Flutter homepage: http://flutter.io dependencies: diff --git a/sky/packages/updater/pubspec.yaml b/sky/packages/updater/pubspec.yaml index e76531eaaa7..1e41597ad5c 100644 --- a/sky/packages/updater/pubspec.yaml +++ b/sky/packages/updater/pubspec.yaml @@ -1,6 +1,6 @@ name: sky_updater version: 0.0.1 -author: Chromium Authors +author: Flutter Authors description: The autoupdater for flutter homepage: http://flutter.io dependencies: diff --git a/sky/packages/workbench/pubspec.yaml b/sky/packages/workbench/pubspec.yaml index 38af8135458..760e04dce7d 100644 --- a/sky/packages/workbench/pubspec.yaml +++ b/sky/packages/workbench/pubspec.yaml @@ -1,6 +1,6 @@ name: workbench version: 0.0.1 -author: Chromium Authors +author: Flutter Authors description: A workspace to host pub packages homepage: https://github.com/flutter/engine/tree/master/sky/packages/workbench dependencies: diff --git a/skysprites/pubspec.yaml b/skysprites/pubspec.yaml index 65f87216e4a..a557cc8dd89 100644 --- a/skysprites/pubspec.yaml +++ b/skysprites/pubspec.yaml @@ -1,7 +1,7 @@ name: skysprites description: A sprite toolkit built on top of Flutter version: 0.0.1 -author: Chromium Authors +author: Flutter Authors homepage: http://flutter.io dependencies: sky: ">=0.0.36 < 0.1.0"