Skip to content

Commit e29eee6

Browse files
authored
Merge pull request #378 from olleolleolle/patch-1
Remove RubyForge homepage reference
2 parents 55fec95 + 722edb5 commit e29eee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-java.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec = Gem::Specification.new do |s|
88
s.description = "A JSON implementation as a JRuby extension."
99
s.author = "Daniel Luz"
1010
s.email = "[email protected]"
11-
s.homepage = "http://json-jruby.rubyforge.org/"
11+
s.homepage = "http://flori.github.com/json"
1212
s.platform = 'java'
1313
s.rubyforge_project = "json-jruby"
1414
s.licenses = ["Ruby"]

0 commit comments

Comments
 (0)