diff --git a/grpc.gemspec b/grpc.gemspec index a1f538c15018b..77e05b656f511 100644 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.name = 'grpc' s.version = GRPC::VERSION s.authors = ['gRPC Authors'] - s.email = 'temiola@google.com' + s.email = 'grpc-io@googlegroups.com' s.homepage = 'https://github.com/google/grpc/tree/master/src/ruby' s.summary = 'GRPC system in Ruby' s.description = 'Send RPCs from Ruby using GRPC' diff --git a/templates/grpc.gemspec.template b/templates/grpc.gemspec.template index ba6ea179c5ce3..6a2f812f75103 100644 --- a/templates/grpc.gemspec.template +++ b/templates/grpc.gemspec.template @@ -9,7 +9,7 @@ s.name = 'grpc' s.version = GRPC::VERSION s.authors = ['gRPC Authors'] - s.email = 'temiola@google.com' + s.email = 'grpc-io@googlegroups.com' s.homepage = 'https://github.com/google/grpc/tree/master/src/ruby' s.summary = 'GRPC system in Ruby' s.description = 'Send RPCs from Ruby using GRPC'