posix_mq RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH] doc: s/bogomips.org/yhbt.net/
@ 2020-02-01 22:20 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2020-02-01 22:20 UTC (permalink / raw)
  To: ruby-posix-mq

bogomips.org is due to expire, soon and the cost of a .org
domain is not going to be affordable, soon.  So yhbt.net for
now, but expect it to change again when .net renewals are no
longer affordable.
---
 .olddoc.yml                     | 17 ++++++++++++-----
 Documentation/posix-mq-rb.1.txt |  2 +-
 GNUmakefile                     |  2 +-
 README                          | 12 ++++++------
 lib/posix_mq.rb                 |  2 +-
 posix_mq.gemspec                |  4 ++--
 6 files changed, 23 insertions(+), 16 deletions(-)

diff --git a/.olddoc.yml b/.olddoc.yml
index 933df45..9a65edc 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -1,9 +1,16 @@
 ---
-rdoc_url: https://bogomips.org/ruby_posix_mq/
-cgit_url: https://bogomips.org/ruby_posix_mq.git
-git_url: git://bogomips.org/ruby_posix_mq.git
-public_email: ruby-posix-mq@bogomips.org
-ml_url: https://bogomips.org/ruby-posix-mq/
+rdoc_url: https://yhbt.net/ruby_posix_mq/
+cgit_url: https://yhbt.net/ruby_posix_mq.git
+public_email: ruby-posix-mq@yhbt.net
+nntp_url:
+- nntp://news.public-inbox.org/inbox.comp.lang.ruby.posix-mq
+- nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.posix-mq
+ml_url:
+- https://yhbt.net/ruby-posix-mq/
+- http://ou63pmih66umazou.onion/ruby-posix-mq/
 changelog_since: 0.4.0
 merge_html:
   posix-mq-rb_1: Documentation/posix-mq-rb.1.html
+source_code:
+- git clone https://yhbt.net/ruby_posix_mq.git
+- torsocks git clone http://ou63pmih66umazou.onion/ruby_posix_mq.git
diff --git a/Documentation/posix-mq-rb.1.txt b/Documentation/posix-mq-rb.1.txt
index cb56d67..4126919 100644
--- a/Documentation/posix-mq-rb.1.txt
+++ b/Documentation/posix-mq-rb.1.txt
@@ -1,5 +1,5 @@
 % posix-mq-rb(1) posix-mq-rb User Manual
-% Ruby POSIX MQ hackers <ruby-posix-mq@bogomips.org>
+% Ruby POSIX MQ hackers <ruby-posix-mq@yhbt.net>
 % Jan 1, 2010
 
 # NAME
diff --git a/GNUmakefile b/GNUmakefile
index 66aa7c8..f918a90 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,6 +1,6 @@
 all::
 PLACEHOLDERS = posix-mq-rb_1
-RSYNC_DEST := bogomips.org:/srv/bogomips/ruby_posix_mq
+RSYNC_DEST := yhbt.net:/srv/yhbt/ruby_posix_mq
 rfpackage := posix_mq
 
 base_bins := posix-mq-rb
diff --git a/README b/README
index 8c4d7d2..cb6c5ed 100644
--- a/README
+++ b/README
@@ -47,7 +47,7 @@ compiler and the matching Ruby development libraries and headers.
 If you plan on using the command-line client, a tarball installation
 starts up faster and is recommended.  Just grab the tarball from:
 
-https://bogomips.org/ruby_posix_mq/files/
+https://yhbt.net/ruby_posix_mq/files/
 Unpack it, and run "ruby setup.rb"
 
 Otherwise, via RubyGems: gem install posix_mq
@@ -92,12 +92,12 @@ from processes that receive.
 
 You can get the latest source via git from the following locations:
 
-	git://bogomips.org/ruby_posix_mq.git
+	git://yhbt.net/ruby_posix_mq.git
 	git://repo.or.cz/ruby_posix_mq.git (mirror)
 
 You may also browse the code from the web:
 
-* https://bogomips.org/ruby_posix_mq.git
+* https://yhbt.net/ruby_posix_mq.git
 * http://repo.or.cz/w/ruby_posix_mq.git (gitweb)
 
 Inline patches (from "git format-patch") to the mailing list are
@@ -115,15 +115,15 @@ Just don't mail the git list or maintainer with Ruby posix_mq patches.
 == Contact
 
 All feedback (bug reports, user/development discussion, patches, pull
-requests) go to the mailing list: mailto:ruby-posix-mq@bogomips.org
+requests) go to the mailing list: mailto:ruby-posix-mq@yhbt.net
 
 Send patches (from "git format-patch") with "git send-email" and do not
 send HTML email or attachments.  We are very responsive to email and you
 will usually get a response within 24-72 hours.
 
-Subscription is optional: mailto:ruby-posix-mq+subscribe@bogomips.org
+Subscription is optional: mailto:ruby-posix-mq+subscribe@yhbt.net
 
 Read-only mail archives are available over HTTPS and NNTP:
 
-  https://bogomips.org/ruby-posix-mq/
+  https://yhbt.net/ruby-posix-mq/
   nntp://news.public-inbox.org/inbox.comp.lang.ruby.posix-mq
diff --git a/lib/posix_mq.rb b/lib/posix_mq.rb
index 2dc6dcf..ab19226 100644
--- a/lib/posix_mq.rb
+++ b/lib/posix_mq.rb
@@ -41,7 +41,7 @@ class POSIX_MQ
   # SIGEV_THREAD functionality in mq_notify(3).  So far we only
   # know of glibc + Linux supporting this.  Please let us
   # know if your platform can support this functionality and
-  # are willing to test for us <ruby-posix-mq@bogomips.org>
+  # are willing to test for us <ruby-posix-mq@yhbt.net>
   #
   # As far as we can tell, this method is not very useful
   # nor efficient.  You would be better served using signals or
diff --git a/posix_mq.gemspec b/posix_mq.gemspec
index 350ba53..3eec183 100644
--- a/posix_mq.gemspec
+++ b/posix_mq.gemspec
@@ -11,14 +11,14 @@ Gem::Specification.new do |s|
   s.version = ENV["VERSION"].dup
   s.authors = ["Ruby POSIX MQ hackers"]
   s.description = File.read('README').split("\n\n")[1]
-  s.email = %q{ruby-posix-mq@bogomips.org}
+  s.email = %q{ruby-posix-mq@yhbt.net}
   s.executables = %w(posix-mq-rb)
   s.extensions = %w(ext/posix_mq/extconf.rb)
   s.extra_rdoc_files = IO.readlines('.document').map!(&:chomp!).keep_if do |f|
     File.exist?(f)
   end
   s.files = manifest
-  s.homepage = 'https://bogomips.org/ruby_posix_mq/'
+  s.homepage = 'https://yhbt.net/ruby_posix_mq/'
   s.summary = 'POSIX message queues for Ruby'
   s.test_files = manifest.grep(%r{\Atest/test_.*\.rb\z})
   s.licenses = %w(GPL-2.0 LGPL-3.0+)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-01 22:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-01 22:20 [PATCH] doc: s/bogomips.org/yhbt.net/ Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/ruby_posix_mq.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).