Skip to content

Commit 299a317

Browse files
themilkmanlloeki
authored andcommitted
Fix homepage URL in .gemspec
The github URL on rubygems.org is not correct (anymore?) Cheers!
1 parent 319a780 commit 299a317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libv8-node.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
77
s.platform = Gem::Platform::RUBY
88
s.authors = ['']
99
s.email = ['']
10-
s.homepage = 'https://github.com/sqreen/libv8-node'
10+
s.homepage = 'https://github.com/sqreen/ruby-libv8-node'
1111
s.summary = "Node.JS's V8 JavaScript engine"
1212
s.description = "Node.JS's V8 JavaScript engine for multiplatform goodness"
1313
s.license = 'MIT'

0 commit comments

Comments
 (0)