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

bogomips is expiring and YHBT.net will be the new home, for now.
---
 .olddoc.yml       | 10 +++++-----
 GNUmakefile       |  2 +-
 README            |  8 ++++----
 http_spew.gemspec |  4 ++--
 pkg.mk            |  2 +-
 5 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/.olddoc.yml b/.olddoc.yml
index cb65273..57c84f5 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -1,6 +1,6 @@
 ---
-cgit_url: https://bogomips.org/http_spew.git
-git_url: git://bogomips.org/http_spew.git
-rdoc_url: https://bogomips.org/http_spew/
-ml_url: https://bogomips.org/http_spew-public/
-public_email: http_spew-public@bogomips.org
+cgit_url: https://yhbt.net/http_spew.git
+git_url: https://yhbt.net/http_spew.git
+rdoc_url: https://yhbt.net/http_spew/
+ml_url: https://yhbt.net/http_spew-public/
+public_email: http_spew-public@yhbt.net
diff --git a/GNUmakefile b/GNUmakefile
index 3c36761..852b0c7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,5 +1,5 @@
 all::
-RSYNC_DEST := bogomips.org:/srv/bogomips/http_spew
+RSYNC_DEST := yhbt.net:/srv/yhbt/http_spew
 rfpackage := http_spew
 
 RUBY_VERSION_FILE = lib/http_spew/version.rb
diff --git a/README b/README
index 74aadd5..8eaf0ea 100644
--- a/README
+++ b/README
@@ -32,13 +32,13 @@ It's also completely untested and unused anywhere!
 
 You can get the latest source via git from the following locations:
 
-  git://bogomips.org/http_spew.git
+  git://yhbt.net/http_spew.git
   git://repo.or.cz/http_spew.git (mirror)
 
 You may browse the code from the web and download the latest snapshot
 tarballs here:
 
-* https://bogomips.org/http_spew.git
+* https://yhbt.net/http_spew.git
 * http://repo.or.cz/w/http_spew.git (gitweb)
 
 Inline patches (from "git format-patch") to the mailing list are
@@ -53,8 +53,8 @@ don't email the git mailing list or maintainer with http_spew patches.
 == Contact
 
 All feedback (bug reports, user/development discussion, patches, pull
-requests) go to the mailing list: mailto:http_spew-public@bogomips.org
+requests) go to the mailing list: mailto:http_spew-public@yhbt.net
 
 Mailing list archives may be viewed and downloaded here:
 
-https://bogomips.org/http_spew-public/
+https://yhbt.net/http_spew-public/
diff --git a/http_spew.gemspec b/http_spew.gemspec
index 79a45d5..76e12a2 100644
--- a/http_spew.gemspec
+++ b/http_spew.gemspec
@@ -6,12 +6,12 @@ Gem::Specification.new do |s|
   s.version = (ENV['VERSION'] || '0.7.0').dup
   s.authors = ["http_spew hackers"]
   s.description = File.read('README').split("\n\n")[1]
-  s.email = %q{http_spew-public@bogomips.org}
+  s.email = %q{http_spew-public@yhbt.net}
   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/http_spew/'
+  s.homepage = 'https://yhbt.net/http_spew/'
   s.summary = 'HTTP Spew - LAN-only HTTP spam^H^H^H^Hclient for Ruby'
   s.test_files = Dir["test/test_*.rb"]
   s.add_dependency(%q<kcar>, [ "~> 0.3", ">= 0.3.1"])
diff --git a/pkg.mk b/pkg.mk
index 2353e3b..fa378c9 100644
--- a/pkg.mk
+++ b/pkg.mk
@@ -60,7 +60,7 @@ doc:: .document .olddoc.yml $(pkg_extra) $(PLACEHOLDERS)
 	-find lib -type f -name '*.rbc' -exec rm -f '{}' ';'
 	-find ext -type f -name '*.rbc' -exec rm -f '{}' ';'
 	$(RM) -r doc
-	$(RDOC) -f oldweb
+	$(RDOC) -f dark216
 	$(OLDDOC) merge
 	if test -f COPYING; then install -m644 COPYING doc/COPYING; fi
 	install -m644 NEWS doc/NEWS

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

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

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

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

	https://yhbt.net/http_spew.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox