Update the pubspec's homepage link.
diff --git a/pubspec.yaml b/pubspec.yaml
index f7cc6b9..2d8b43b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,6 @@
 name: http_throttle
 version: 1.0.0
+homepage: http://github.com/dart-lang/http_throttle
 description: HTTP client middleware that throttles requests.
 dependencies:
   http: ">=0.9.0 <0.12.0"