commit 719305c874db9ef15b93acdc06fb30afa76a8f64
parent 94dcd484e88f7d7d819c05c07cd0b1c84759f8aa
Author: Whyme Lyu <callme5long@gmail.com>
Date: Fri, 3 May 2013 21:57:35 +0800
Add main maintainers to gemspec.authors
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sup.gemspec b/sup.gemspec
@@ -17,7 +17,7 @@ module Redwood
s.name = "sup"
s.version = ENV["REL"] || (::Redwood::VERSION == "git" ? "999" : ::Redwood::VERSION)
s.date = Time.now.strftime "%Y-%m-%d"
- s.authors = ["William Morgan"]
+ s.authors = ["William Morgan", "Gaute Hope", "Hamish Downer", "Matthieu Rakotojaona"]
s.email = "sup-talk@rubyforge.org"
s.summary = "A console-based email client with the best features of GMail, mutt and Emacs"
s.homepage = "https://github.com/sup-heliotrope/sup/wiki"