diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-04-07 07:45:44 -0700 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-04-07 07:45:44 -0700 |
commit | cee05a45ebf3ce527c1c5ee2266a97c8cb239ed4 (patch) | |
tree | 68fe812dc662dfce1976822bd1bc1a3658b7319b | |
parent | e4f2f1580ded079c5e7e047376919a7909b9c49e (diff) | |
parent | d44824749682314412b48c2d598f4e6b1a4c79b6 (diff) |
Merge pull request #1206 from tony612/grpc
change gflags url in .gitmodules to github
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 97b7197be3..557321001f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,4 +11,4 @@ branch = v3.0.0-alpha-1 [submodule "third_party/gflags"] path = third_party/gflags - url = https://code.google.com/p/gflags + url = https://github.com/gflags/gflags.git |