about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-26 09:12:23 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-26 09:12:23 +0000
commit2103ee1e65078a58c6741682daff632cbdff8d48 (patch)
tree69a2c3a14a691a828d9e338b10e666ad2dbe6a2d
parentc99e192863f22376abc1c8e131639320819de11e (diff)
downloadlocal-openid-2103ee1e65078a58c6741682daff632cbdff8d48.tar.gz
gemspec: fix email address
-rw-r--r--local-openid.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/local-openid.gemspec b/local-openid.gemspec
index ac16906..c78a3b3 100644
--- a/local-openid.gemspec
+++ b/local-openid.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
   s.authors = ["Eric Wong"]
   s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = File.read("README").split(/\n\n/)[1]
-  s.email = %q{local-openid@librelist.com}
+  s.email = %q{local.openid@librelist.com}
   s.executables = %w(local-openid)
 
   s.extra_rdoc_files = File.readlines('.document').map! do |x|