Skip to content

Commit

Permalink
Update link in gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Aug 3, 2023
1 parent c4ea8c1 commit 9fc62ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cool.io.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.version = Coolio::VERSION
s.authors = ["Tony Arcieri", "Masahiro Nakagawa"]
s.email = ["[email protected]", "[email protected]"]
s.homepage = "http://coolio.github.com"
s.homepage = "https://github.com/socketry/cool.io"
s.summary = "A cool framework for doing high performance I/O in Ruby"
s.description = "Cool.io provides a high performance event framework for Ruby which uses the libev C library"
s.extensions = ["ext/cool.io/extconf.rb", "ext/iobuffer/extconf.rb"]
Expand Down

0 comments on commit 9fc62ce

Please sign in to comment.