about summary refs log tree commit homepage
path: root/yahns.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'yahns.gemspec')
-rw-r--r--yahns.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/yahns.gemspec b/yahns.gemspec
index 0ac394c..31eb957 100644
--- a/yahns.gemspec
+++ b/yahns.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
   s.authors = ["yahns hackers"]
   s.summary = "sleepy, multi-threaded, non-blocking application server"
   s.description = File.read("README").split(/\n\n/)[1].strip
-  s.email = %q{yahns@yhbt.net}
+  s.email = %q{yahns-public@yhbt.net}
   s.executables = manifest.grep(%r{\Abin/}).map { |s| s.sub(%r{\Abin/}, "") }
   s.files = manifest
   s.add_dependency(%q<kgio>, '~> 2.9')