aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/ruby/grpc-demo.gemspec
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-08-27 14:38:38 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-08-27 14:38:38 -0700
commit0a268216c2c8e112351b7ed038da04bf50b9eb5a (patch)
treeab93176dac0836e46df5f2b6f54c5a4fba66c823 /examples/ruby/grpc-demo.gemspec
parent20fa6693f3836bf1418176ec78b26feaf51a369d (diff)
replace all grpc-common occurances with examples
Diffstat (limited to 'examples/ruby/grpc-demo.gemspec')
-rw-r--r--examples/ruby/grpc-demo.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ruby/grpc-demo.gemspec b/examples/ruby/grpc-demo.gemspec
index fa69eb20c1..2cc1eb8f41 100644
--- a/examples/ruby/grpc-demo.gemspec
+++ b/examples/ruby/grpc-demo.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = '0.5.0'
s.authors = ['gRPC Authors']
s.email = 'temiola@google.com'
- s.homepage = 'https://github.com/grpc/grpc-common'
+ s.homepage = 'https://github.com/grpc/grpc'
s.summary = 'gRPC Ruby overview sample'
s.description = 'Simple demo of using gRPC from Ruby'