Urls: dart-last -> google (#20)

Also removed authors from pubspec
diff --git a/README.md b/README.md
index e5d8f1c..a898b43 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://travis-ci.org/dart-lang/tuple.svg)](https://travis-ci.org/dart-lang/tuple/)
+[![Build Status](https://travis-ci.org/google/tuple.dart.svg)](https://travis-ci.org/google/tuple.dart/)
 
 ## Usage example
 
diff --git a/pubspec.yaml b/pubspec.yaml
index ea4c4d4..92ed9e6 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,12 +1,8 @@
 name: tuple
-version: 1.0.3
-authors:
-- Dart Team <misc@dartlang.org>
-- Boris Kaul <localvoid@gmail.com>
-- Kwang Yul Seo <kwangyul.seo@gmail.com>
+version: 1.0.4-dev
 
 description: Tuple data structure
-homepage: https://github.com/dart-lang/tuple
+homepage: https://github.com/google/tuple.dart
 
 environment:
   sdk: '>=2.0.0 <3.0.0'