about summary refs log tree commit homepage
path: root/local-openid.gemspec
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-05-01 07:42:30 +0000
committerEric Wong <e@80x24.org>2016-05-01 07:48:15 +0000
commitc34ed08360b12cb81752a5db256f9ed761a86003 (patch)
tree0a2d5c38a01595f24d64a10ec460feb8753762de /local-openid.gemspec
parent1814e56e205e5f7f9c785420e77e7ed2047fad46 (diff)
downloadlocal-openid-c34ed08360b12cb81752a5db256f9ed761a86003.tar.gz
update mailing list to local-openid@public-inbox.org
I guess librelist is dead and I should've stopped using
them when the rsync service died.  Anyways,

	https://public-inbox.org/local-openid/

should be available soon and you'll be able to git clone it
and email it at local-openid@public-inbox.org
Diffstat (limited to 'local-openid.gemspec')
-rw-r--r--local-openid.gemspec5
1 files changed, 2 insertions, 3 deletions
diff --git a/local-openid.gemspec b/local-openid.gemspec
index b536c02..5f9ce88 100644
--- a/local-openid.gemspec
+++ b/local-openid.gemspec
@@ -9,9 +9,8 @@ Gem::Specification.new do |s|
   s.version = ENV["VERSION"].dup
 
   s.authors = ["Eric Wong"]
-  s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = readme_description
-  s.email = %q{local.openid@librelist.org}
+  s.email = %q{e@80x24.org}
   s.executables = %w(local-openid)
 
   s.extra_rdoc_files = extra_rdoc_files(manifest)
@@ -22,5 +21,5 @@ Gem::Specification.new do |s|
   s.add_dependency(%q<rack>, ["~> 1.3"])
   s.add_dependency(%q<sinatra>, ["~> 1.0"])
   s.add_dependency(%q<ruby-openid>, ["~> 2.1.7"])
-  # s.licenses = %w(AGPLv3) # accessor not compatible with older RubyGems
+  s.licenses = %w(AGPL-3.0+)
 end