From c34ed08360b12cb81752a5db256f9ed761a86003 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 1 May 2016 07:42:30 +0000 Subject: 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 --- .olddoc.yml | 8 ++++---- README | 11 +++++------ local-openid.gemspec | 5 ++--- 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, ["~> 1.3"]) s.add_dependency(%q, ["~> 1.0"]) s.add_dependency(%q, ["~> 2.1.7"]) - # s.licenses = %w(AGPLv3) # accessor not compatible with older RubyGems + s.licenses = %w(AGPL-3.0+) end -- cgit v1.2.3-24-ge0c7