about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3ade063..3e06787 100644
--- a/Rakefile
+++ b/Rakefile
@@ -30,7 +30,7 @@ Hoe.spec 'mogilefs-client' do
   # developer 'drbrain@segment7.net', 'Eric Hodel'
   self.readme_file = "README"
   self.history_file = "NEWS"
-  self.url = "http://bogomips.org/mogilefs-client"
+  self.urls = %w(http://bogomips.org/mogilefs-client/)
   self.description = self.paragraphs_of("README", 1)
   self.summary = "MogileFS client library for Ruby"
 end