Skip to content

Commit 39414f3

Browse files
committedDec 9, 2022
Use a ruby-lang alias on spec.email
1 parent c2861a8 commit 39414f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎erb.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
99
spec.name = 'erb'
1010
spec.version = ERB.const_get(:VERSION, false)
1111
spec.authors = ['Masatoshi SEKI', 'Takashi Kokubun']
12-
spec.email = ['seki@ruby-lang.org', 'takashikkbn@gmail.com']
12+
spec.email = ['seki@ruby-lang.org', 'k0kubun@ruby-lang.org']
1313

1414
spec.summary = %q{An easy to use but powerful templating system for Ruby.}
1515
spec.description = %q{An easy to use but powerful templating system for Ruby.}

0 commit comments

Comments
 (0)