]> git.cworth.org Git - sup/blobdiff - Rakefile
added lots of documentation
[sup] / Rakefile
index 58bf14885c66ef0285ea464a270c56593160c73b..3313649e756017f11248d857b5a842be39c1055c 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'hoe'
 require './lib/sup.rb'
 
 Hoe.new('sup', Redwood::VERSION) do |p|
-  p.rubyforge_name = 'Sup'
+  p.rubyforge_name = 'sup'
   p.author = "William Morgan"
   p.summary = 'A console-based email client with the best features of GMail, mutt, and emacs. Features full text search, labels, tagged operations, multiple buffers, recent contacts, and more.'
   p.description = p.paragraphs_of('README.txt', 2..4).join("\n\n")