From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 89AF01F466 for ; Wed, 29 Jan 2020 23:53:10 +0000 (UTC) From: Eric Wong To: sleepy-penguin@bogomips.org Subject: [PATCH] doc: switch bogomips.org to yhbt.net Date: Wed, 29 Jan 2020 23:53:10 +0000 Message-Id: <20200129235310.16858-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: bogomips.org is due to expire, soon, and I'm not willing to pay extortionists at Ethos Capital/PIR/ICANN to keep a .org. So it's at yhbt.net, for now... Identity is overrated. --- .olddoc.yml | 10 +++++----- GNUmakefile | 2 +- README | 10 +++++----- sleepy_penguin.gemspec | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.olddoc.yml b/.olddoc.yml index a48cb07..1eb4df0 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -1,6 +1,6 @@ --- -cgit_url: https://bogomips.org/sleepy_penguin.git -git_url: https://bogomips.org/sleepy_penguin.git -rdoc_url: https://bogomips.org/sleepy_penguin/ -ml_url: https://bogomips.org/sleepy-penguin/ -public_email: sleepy-penguin@bogomips.org +cgit_url: https://yhbt.net/sleepy_penguin.git +git_url: https://yhbt.net/sleepy_penguin.git +rdoc_url: https://yhbt.net/sleepy_penguin/ +ml_url: https://yhbt.net/sleepy-penguin/ +public_email: sleepy-penguin@yhbt.net diff --git a/GNUmakefile b/GNUmakefile index 810c50b..33f9d38 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,5 @@ all:: -RSYNC_DEST := bogomips.org:/srv/bogomips/sleepy_penguin +RSYNC_DEST := yhbt.net:/srv/yhbt/sleepy_penguin rfpackage := sleepy_penguin include pkg.mk pkg_extra += ext/sleepy_penguin/git_version.h diff --git a/README b/README index c4f4e7c..3ceb05e 100644 --- a/README +++ b/README @@ -31,7 +31,7 @@ If you use RubyGems: Otherwise grab the latest tarball from: -https://bogomips.org/sleepy_penguin/files/ +https://yhbt.net/sleepy_penguin/files/ Unpack it, and run "ruby setup.rb" @@ -39,13 +39,13 @@ Unpack it, and run "ruby setup.rb" You can get the latest source via git from the following locations: - https://bogomips.org/sleepy_penguin.git + https://yhbt.net/sleepy_penguin.git https://repo.or.cz/sleepy_penguin.git (mirror) You may browse the code from the web and download the latest snapshot tarballs here: -* https://bogomips.org/sleepy_penguin.git +* https://yhbt.net/sleepy_penguin.git * https://repo.or.cz/w/sleepy_penguin.git (gitweb) Inline patches (from "git format-patch") to the mailing list are @@ -60,9 +60,9 @@ don't email the git mailing list or maintainer with sleepy_penguin patches. == Contact All feedback (bug reports, user/development discussion, patches, pull -requests) go to the mailing list: mailto:sleepy-penguin@bogomips.org +requests) go to the mailing list: mailto:sleepy-penguin@yhbt.net -* Mailing list archives: https://bogomips.org/sleepy-penguin/ +* Mailing list archives: https://yhbt.net/sleepy-penguin/ * Also available over NNTP: nntp://news.public-inbox.org/inbox.comp.lang.ruby.sleepy-penguin diff --git a/sleepy_penguin.gemspec b/sleepy_penguin.gemspec index 6f1aac5..38ec8e9 100644 --- a/sleepy_penguin.gemspec +++ b/sleepy_penguin.gemspec @@ -4,10 +4,10 @@ manifest = File.exist?('.manifest') ? Gem::Specification.new do |s| s.name = %q{sleepy_penguin} s.version = (ENV['VERSION'] || '3.5.1').dup - s.homepage = 'https://bogomips.org/sleepy_penguin/' + s.homepage = 'https://yhbt.net/sleepy_penguin/' s.authors = ['sleepy_penguin hackers'] s.description = File.read('README').split("\n\n")[1] - s.email = %q{sleepy-penguin@bogomips.org} + s.email = %q{sleepy-penguin@yhbt.net} s.files = manifest s.summary = 'Linux I/O events for Ruby' s.test_files = Dir['test/test_*.rb']