From db821e612a7810b78ae0f617371bc49805ecfd76 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 29 Jan 2020 23:49:22 +0000 Subject: doc: switch bogomips.org to yhbt.net 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'] -- cgit v1.2.3-24-ge0c7