diff --git a/json-java.gemspec b/json-java.gemspec index 1524b1f9..349f76c9 100644 --- a/json-java.gemspec +++ b/json-java.gemspec @@ -8,7 +8,7 @@ spec = Gem::Specification.new do |s| s.description = "A JSON implementation as a JRuby extension." s.author = "Daniel Luz" s.email = "dev+ruby@mernen.com" - s.homepage = "http://json-jruby.rubyforge.org/" + s.homepage = "http://flori.github.com/json" s.platform = 'java' s.rubyforge_project = "json-jruby" s.licenses = ["Ruby"]