Skip to content

Commit e3945aa

Browse files
authored
update authors and readme (#3)
1 parent 56d544a commit e3945aa

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Below is a list of people and organizations that have contributed
2+
# to package:sentry. Names should be added to the list like so:
3+
#
4+
# Name/Organization <email address>
5+
6+
Google Inc.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sentry.io client for Dart
22

3-
[![Build Status](https://travis-ci.org/yjbanov/sentry.svg?branch=master)](https://travis-ci.org/yjbanov/sentry)
3+
[![Build Status](https://travis-ci.org/flutter/sentry.svg?branch=master)](https://travis-ci.org/flutter/sentry)
44

55
**WARNING: experimental code**
66

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: sentry
22
version: 0.0.5
33
description: A pure Dart Sentry.io client.
4-
author: Yegor Jbanov <yjbanov@google.com>
5-
homepage: https://github.com/yjbanov/sentry
4+
author: Flutter Authors <flutter-dev@googlegroups.com>
5+
homepage: https://github.com/flutter/sentry
66

77
dependencies:
88
http: ">=0.11.3+13 <2.0.0"

0 commit comments

Comments
 (0)