]> git.cworth.org Git - sup/commitdiff
capitalized name for future hoe announcements
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 2 Jan 2007 21:23:45 +0000 (21:23 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 2 Jan 2007 21:23:45 +0000 (21:23 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@145 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Rakefile

index 1eb3518c8f65d31e6fed0f771ec96cd8217be0c7..3815ebacd60e711101259bb5322d49b1057f58df 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")