diff options
author | Mehrdad Afshari <mehrdada@users.noreply.github.com> | 2017-07-11 11:41:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-11 11:41:14 -0700 |
commit | 2ca8282846fd60d36e45b7da1561e292f9978f80 (patch) | |
tree | b72d9d397f345ba79af141f060122f3e248e867b /templates/gRPC-RxLibrary.podspec.template | |
parent | 6eaaa923fab81c0798a7555375c7c78e71c0e572 (diff) | |
parent | bb3d95b643c7ba2100589d7168ce559bce19b065 (diff) |
Merge pull request #11738 from mehrdada/canonica-urls
Use https://grpc.io consistently as the canonical URL
Diffstat (limited to 'templates/gRPC-RxLibrary.podspec.template')
-rw-r--r-- | templates/gRPC-RxLibrary.podspec.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gRPC-RxLibrary.podspec.template b/templates/gRPC-RxLibrary.podspec.template index c7cbda7cb9..de4ee1e438 100644 --- a/templates/gRPC-RxLibrary.podspec.template +++ b/templates/gRPC-RxLibrary.podspec.template @@ -26,7 +26,7 @@ version = '${settings.version}' s.version = version s.summary = 'Reactive Extensions library for iOS/OSX.' - s.homepage = 'http://www.grpc.io' + s.homepage = 'https://grpc.io' s.license = 'Apache License, Version 2.0' s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' } |