diff --git a/lib/erb.gemspec b/lib/erb.gemspec index 94a8fd5c3e..d973cc10de 100644 --- a/lib/erb.gemspec +++ b/lib/erb.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |spec| spec.name = 'erb' spec.version = ERB.const_get(:VERSION, false) spec.authors = ['Masatoshi SEKI', 'Takashi Kokubun'] - spec.email = ['seki@ruby-lang.org', 'k0kubun@ruby-lang.org'] + spec.email = ['seki@ruby-lang.org', 'takashikkbn@gmail.com'] spec.summary = %q{An easy to use but powerful templating system for Ruby.} spec.description = %q{An easy to use but powerful templating system for Ruby.}