about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-02-21 21:43:26 +0000
committerEric Wong <e@yhbt.net>2020-02-21 21:43:26 +0000
commitc78d5749e1011e63537173ef757a1104afc51dfe (patch)
tree904a149c8c0ed68c1e9aa96589d4578a78a61ec5
parent1b13e32e90881957d83a453a511e063e35560a08 (diff)
downloadlocal-openid-c78d5749e1011e63537173ef757a1104afc51dfe.tar.gz
doc: update URLs to point to YHBT.net
bogomips.org is going away since .org isn't going to
be affordable, anymore.
-rw-r--r--.olddoc.yml15
-rw-r--r--GNUmakefile2
-rw-r--r--README6
3 files changed, 14 insertions, 9 deletions
diff --git a/.olddoc.yml b/.olddoc.yml
index d2b1c1f..a6a4144 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -1,8 +1,13 @@
 ---
-cgit_url: https://bogomips.org/local-openid.git
-git_url: git://bogomips.org/local-openid.git
-rdoc_url: https://bogomips.org/local-openid/
+cgit_url: https://yhbt.net/local-openid.git
+source_code:
+- git clone https://yhbt.net/local-openid.git
+- torsocks git clone http://ou63pmih66umazou.onion/local-openid.git
+rdoc_url: https://yhbt.net/local-openid/
 public_email: local-openid@public-inbox.org
-private_email: e@80x24.org
+ml_url:
+- https://public-inbox.org/local-openid/
+- http://ou63pmih66umazou.onion/local-openid/
 nntp_url:
-  - nntp://news.public-inbox.org/inbox.comp.lang.ruby.local-openid
+- nntp://news.public-inbox.org/inbox.comp.lang.ruby.local-openid
+- nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.local-openid
diff --git a/GNUmakefile b/GNUmakefile
index f413c90..ea356c8 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,5 +1,5 @@
 all::
-RSYNC_DEST := bogomips.org:/srv/bogomips/local-openid
+RSYNC_DEST := yhbt.net:/srv/bogomips/local-openid
 rfproject := qrp
 rfpackage := local-openid
 include pkg.mk
diff --git a/README b/README
index bf1401b..49dded0 100644
--- a/README
+++ b/README
@@ -75,14 +75,14 @@ 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
-  https://bogomips.org/local-openid.git
+  git://yhbt.net/local-openid.git
+  https://yhbt.net/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:
 
-* https://bogomips.org/local-openid.git
+* https://yhbt.net/local-openid.git
 * http://repo.or.cz/w/local-openid.git (gitweb mirror)
 
 == Disclaimer