aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2017-07-10 22:24:28 +0000
committerGravatar Mehrdad Afshari <mmx@google.com>2017-07-10 22:24:28 +0000
commitbb3d95b643c7ba2100589d7168ce559bce19b065 (patch)
tree1b4966ae9c6aa9ed8f275acd5bfffabdfa243250 /composer.json
parenta38562e8e92cb6307cfacb4adb59218a4b5f057a (diff)
Use https://grpc.io consistently as the canonical URL
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 5e93f53e1a..3e31baaa64 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"type": "library",
"description": "gRPC library for PHP",
"keywords": ["rpc"],
- "homepage": "http://grpc.io",
+ "homepage": "https://grpc.io",
"license": "Apache-2.0",
"require": {
"php": ">=5.5.0"