From 299a31782debb4e6f5739bee82324238369e937d Mon Sep 17 00:00:00 2001 From: "Erik-B. Ernst" Date: Wed, 21 Apr 2021 08:15:33 +0200 Subject: [PATCH] Fix homepage URL in .gemspec The github URL on rubygems.org is not correct (anymore?) Cheers! --- libv8-node.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libv8-node.gemspec b/libv8-node.gemspec index 3eb05ce..6f4a6a6 100644 --- a/libv8-node.gemspec +++ b/libv8-node.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.authors = [''] s.email = [''] - s.homepage = 'https://github.com/sqreen/libv8-node' + s.homepage = 'https://github.com/sqreen/ruby-libv8-node' s.summary = "Node.JS's V8 JavaScript engine" s.description = "Node.JS's V8 JavaScript engine for multiplatform goodness" s.license = 'MIT'