Update the pubspec's homepage link.
diff --git a/pubspec.yaml b/pubspec.yaml
index 6f96a56..658ef78 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,7 +1,7 @@
 name: watcher
 version: 0.9.3
 author: Dart Team <misc@dartlang.org>
-homepage: http://www.dartlang.org
+homepage: http://github.com/dart-lang/watcher
 description: >
   A file system watcher. It monitors changes to contents of directories and
   sends notifications when files have been added, removed, or modified.