Skip to content

Commit f3ee56c

Browse files
fix deprecated url for hoe
1 parent 1b05f3e commit f3ee56c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ Hoe.spec 'rinruby' do
1414
# self.rubyforge_name = 'rinruby' # if different than 'rinruby2'
1515
self.developer('David Dahl', 'rinruby_AT_ddahl.org')
1616
self.developer('Claudio Bustos', 'clbustos_AT_gmail.com')
17-
self.url = "http://rinruby.ddahl.org/"
18-
17+
self.urls = ["http://rinruby.ddahl.org/"]
1918
end
2019

2120
# vim: syntax=ruby

0 commit comments

Comments
 (0)