diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000000..a682da1501 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,6 @@ +# Below is a list of people and organizations that have contributed +# to package:sentry. Names should be added to the list like so: +# +# Name/Organization + +Google Inc. diff --git a/README.md b/README.md index 8f1d41e88a..db90a8e097 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sentry.io client for Dart -[![Build Status](https://travis-ci.org/yjbanov/sentry.svg?branch=master)](https://travis-ci.org/yjbanov/sentry) +[![Build Status](https://travis-ci.org/flutter/sentry.svg?branch=master)](https://travis-ci.org/flutter/sentry) **WARNING: experimental code** diff --git a/pubspec.yaml b/pubspec.yaml index f4c6886678..b9ddea4c21 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,8 @@ name: sentry version: 0.0.5 description: A pure Dart Sentry.io client. -author: Yegor Jbanov -homepage: https://github.com/yjbanov/sentry +author: Flutter Authors +homepage: https://github.com/flutter/sentry dependencies: http: ">=0.11.3+13 <2.0.0"