Fix Travis link in README (#4)

diff --git a/README.md b/README.md
index 5839239..de445e0 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Process
 
-[![Build Status -](https://travis-ci.org/tvolkert/process.svg?branch=master)](https://travis-ci.org/tvolkert/process)
-[![Coverage Status -](https://coveralls.io/repos/github/tvolkert/process/badge.svg?branch=master)](https://coveralls.io/github/tvolkert/process?branch=master)
+[![Build Status -](https://travis-ci.org/google/process.dart.svg?branch=master)](https://travis-ci.org/google/process.dart)
+[![Coverage Status -](https://coveralls.io/repos/github/google/process.dart/badge.svg?branch=master)](https://coveralls.io/github/google/process.dart?branch=master)
 
 A generic process invocation abstraction for Dart.
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 2065165..b3fba70 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -2,6 +2,7 @@
 version: 1.1.0
 authors:
 - Todd Volkert <tvolkert@google.com>
+- Michael Goderbauer <goderbauer@google.com>
 description: A pluggable, mockable process invocation abstraction for Dart.
 homepage: https://github.com/google/process.dart