aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/gRPC-RxLibrary.podspec.template
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2017-07-11 11:41:14 -0700
committerGravatar GitHub <noreply@github.com>2017-07-11 11:41:14 -0700
commit2ca8282846fd60d36e45b7da1561e292f9978f80 (patch)
treeb72d9d397f345ba79af141f060122f3e248e867b /templates/gRPC-RxLibrary.podspec.template
parent6eaaa923fab81c0798a7555375c7c78e71c0e572 (diff)
parentbb3d95b643c7ba2100589d7168ce559bce19b065 (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.template2
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' }