added author to pubspec

cleanup to codereview.settings and .gitignore

R=nweiz@google.com

Review URL: https://codereview.chromium.org//814833011
diff --git a/codereview.settings b/codereview.settings
index 9f5e996..ce55b8b 100644
--- a/codereview.settings
+++ b/codereview.settings
@@ -1,3 +1,3 @@
-CODE_REVIEW_SERVER: http://codereview.chromium.org/
+CODE_REVIEW_SERVER: https://codereview.chromium.org/
 VIEW_VC: https://github.com/dart-lang/http_throttle/commit/
 CC_LIST: reviews@dartlang.org
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index 2d8b43b..8077f64 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,7 @@
 name: http_throttle
 version: 1.0.0
-homepage: http://github.com/dart-lang/http_throttle
+author: Dart Team <misc@dartlang.org>
+homepage: https://github.com/dart-lang/http_throttle
 description: HTTP client middleware that throttles requests.
 dependencies:
   http: ">=0.9.0 <0.12.0"