about summary refs log tree commit homepage
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
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
-rw-r--r--.olddoc.yml8
-rw-r--r--README11
-rw-r--r--local-openid.gemspec5
3 files changed, 11 insertions, 13 deletions
diff --git a/.olddoc.yml b/.olddoc.yml
index f11e747..d8a101a 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -1,6 +1,6 @@
 ---
-cgit_url: http://bogomips.org/local-openid.git
+cgit_url: https://bogomips.org/local-openid.git
 git_url: git://bogomips.org/local-openid.git
-rdoc_url: http://bogomips.org/local-openid/
-public_email: local-openid@librelist.org
-private_email: normalperson@yhbt.net
+rdoc_url: https://bogomips.org/local-openid/
+public_email: local-openid@public-inbox.org
+private_email: e@80x24.org
diff --git a/README b/README
index 1a5ebc7..bf1401b 100644
--- a/README
+++ b/README
@@ -65,7 +65,7 @@ I don't have any plans for more development with local-openid.  It was
 after all, just a weekend hack.  It does what I want it to and nothing
 more.
 
-You can use the {mailing list}[mailto:local.openid@librelist.org] to
+You can use the {mailing list}[mailto:local-openid@public-inbox.org] to
 share ideas, patches, pull requests with other users.  Remember, I
 wrote local-openid because I find the web difficult to use.  So I'll
 only accept communication about local-openid via email :)
@@ -76,13 +76,13 @@ a line if you fix any bugs or notice any security holes in it.
 You can get the latest source via git from the following locations:
 
   git://bogomips.org/local-openid.git
-  http://bogomips.org/local-openid.git
+  https://bogomips.org/local-openid.git
   git://repo.or.cz/local-openid.git (mirror)
   http://repo.or.cz/r/local-openid.git (mirror)
 
 You may browse the code from the web and download the latest tarballs here:
 
-* http://bogomips.org/local-openid.git
+* https://bogomips.org/local-openid.git
 * http://repo.or.cz/w/local-openid.git (gitweb mirror)
 
 == Disclaimer
@@ -95,6 +95,5 @@ credentials when your provider implementation has 99.999% downtime :)
 
 == Contact
 
-* Original author: Eric Wong, normalperson@yhbt.net
-* OpenID: http://e.yhbt.net/
-* mailing list: local.openid@librelist.org
+* Original author: Eric Wong, e@80x24.org
+* mailing list: local-openid@public-inbox.org
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