about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-02-01 21:20:20 +0000
committerEric Wong <e@yhbt.net>2020-02-01 21:21:57 +0000
commitc99b4489ad32fcd69927b0d6fe9e0dc333699b43 (patch)
tree099531dce0b7de5a9536316c467684a63901ad4d
parent002a29318f35512ecccb4e25f831ea68a7fb0ec0 (diff)
downloadmogilefs-client-c99b4489ad32fcd69927b0d6fe9e0dc333699b43.tar.gz
bogomips.org is expiring and with the price of the .org TLD
inevitably going up, I won't be able to afford to pay
extortionists
-rw-r--r--.olddoc.yml18
-rw-r--r--GNUmakefile2
-rw-r--r--HACKING4
-rw-r--r--README14
-rw-r--r--mogilefs-client.gemspec4
5 files changed, 24 insertions, 18 deletions
diff --git a/.olddoc.yml b/.olddoc.yml
index 5adca99..e05a38e 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -1,8 +1,14 @@
 ---
-cgit_url: https://bogomips.org/mogilefs-client.git
-git_url: https://bogomips.org/mogilefs-client.git
-rdoc_url: https://bogomips.org/mogilefs-client/
+cgit_url: https://yhbt.net/mogilefs-client.git
+rdoc_url: https://yhbt.net/mogilefs-client/
 changelog_start: v1.2.1
-public_email: mogilefs-client-public@bogomips.org
-nntp_url: nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.ruby
-ml_url: https://bogomips.org/mogilefs-client-public/
+public_email: mogilefs-client-public@yhbt.net
+nntp_url:
+- nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.ruby
+- nntp://ou63pmih66umazou.onion/inbox.comp.file-systems.mogilefs.ruby
+ml_url:
+- https://yhbt.net/mogilefs-client-public/
+- http://ou63pmih66umazou.onion/mogilefs-client-public/
+source_code:
+- git clone https://yhbt.net/mogilefs-client.git
+- torsocks git clone http://ou63pmih66umazou.onion/mogilefs-client.git
diff --git a/GNUmakefile b/GNUmakefile
index ee14412..d081a76 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,5 +1,5 @@
 all::
-RSYNC_DEST := bogomips.org:/srv/bogomips/mogilefs-client
+RSYNC_DEST := yhbt.net:/srv/yhbt/mogilefs-client
 rfpackage := mogilefs-client
 pkg_extra += lib/mogilefs/version.rb
 
diff --git a/HACKING b/HACKING
index ebb42a3..349a946 100644
--- a/HACKING
+++ b/HACKING
@@ -1,14 +1,14 @@
 = Hacking mogilefs-client for Ruby
 
 * The latest code is available via git:
-  - https://bogomips.org/mogilefs-client.git
+  - https://yhbt.net/mogilefs-client.git
   - git://repo.or.cz/ruby-mogilefs-client
 
 * Follow conventions set in existing code, don't add hard runtime
   dependencies outside of the standard Ruby library.
 
 * Do not hesitate to send plain-text(-only) email to the public list
-  at mailto:mogilefs-client-public@bogomips.org about anything not covered
+  at mailto:mogilefs-client-public@yhbt.net about anything not covered
   in the documentation or mailing list archives.  General MogileFS
   topics can go on the the mailing list at mailto:mogile@googlegroups.com
 
diff --git a/README b/README
index 466d9af..a1245ec 100644
--- a/README
+++ b/README
@@ -8,14 +8,14 @@ write and delete files in a MogileFS instance.
 
 == Links
 
-rdoc :: https://bogomips.org/mogilefs-client
+rdoc :: https://yhbt.net/mogilefs-client
 mogilefs :: git clone https://github.com/mogilefs/MogileFS-Server
-list :: mailto:mogilefs-client-public@bogomips.org
+list :: mailto:mogilefs-client-public@yhbt.net
 list-cc :: mailto:mogile@googlegroups.com
-list-archive :: https://bogomips.org/mogilefs-client-public
-repo :: https://bogomips.org/mogilefs-client.git
+list-archive :: https://yhbt.net/mogilefs-client-public
+repo :: https://yhbt.net/mogilefs-client.git
 gitweb :: http://repo.or.cz/w/ruby-mogilefs-client.git
-download :: https://bogomips.org/mogilefs-client/files/
+download :: https://yhbt.net/mogilefs-client/files/
 
 == Install
 
@@ -40,12 +40,12 @@ requests) are greatly appreciated and handled via email to a public
 inbox.  HTML email is considered spam and discarded.  No subscription
 is required or available to post:
 
-        mogilefs-client-public@bogomips.org
+        mogilefs-client-public@yhbt.net
 
 Users of anonymous remailers and other anonymity tools are welcome.
 Participants will never be asked to reveal their identity.
 
-List archives: https://bogomips.org/mogilefs-client-public/
+List archives: https://yhbt.net/mogilefs-client-public/
 
 We may also piggy-back onto the public MogileFS mailing list at
 mogile@googlegroups.com for feedback (subscription required,
diff --git a/mogilefs-client.gemspec b/mogilefs-client.gemspec
index 2a690a0..ad912cd 100644
--- a/mogilefs-client.gemspec
+++ b/mogilefs-client.gemspec
@@ -14,8 +14,8 @@ https://github.com/mogilefs/MogileFS-Server/wiki for more details.
 This library allows any Ruby application to read, write and delete
 files in a MogileFS instance.
 EOF
-  s.email = 'mogilefs-client-public@bogomips.org'
+  s.email = 'mogilefs-client-public@yhbt.net'
   s.files = manifest
-  s.homepage = 'https://bogomips.org/mogilefs-client/'
+  s.homepage = 'https://yhbt.net/mogilefs-client/'
   s.license = 'BSD-3-Clause'
 end