Skip to content

Commit 42a0fd5

Browse files
committed
don't use rubyforge as home any more
1 parent 7f5094c commit 42a0fd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ if defined?(Gem) and defined?(Rake::GemPackageTask) and defined?(Rake::Extension
197197

198198
s.author = "Florian Frank"
199199
s.email = "flori@ping.de"
200-
s.homepage = "http://json.rubyforge.org"
200+
s.homepage = "http://flori.github.com/#{PKG_NAME}"
201201
s.rubyforge_project = "json"
202202
end
203203

@@ -232,7 +232,7 @@ if defined?(Gem) and defined?(Rake::GemPackageTask) and defined?(Rake::Extension
232232

233233
s.author = "Florian Frank"
234234
s.email = "flori@ping.de"
235-
s.homepage = "http://json.rubyforge.org"
235+
s.homepage = "http://flori.github.com/#{PKG_NAME}"
236236
s.rubyforge_project = "json"
237237
end
238238

0 commit comments

Comments
 (0)