about summary refs log tree commit homepage
path: root/raindrops.gemspec
diff options
context:
space:
mode:
authorEric Wong <bofh@yhbt.net>2020-01-06 09:54:51 +0000
committerEric Wong <e@80x24.org>2020-01-06 09:57:45 +0000
commit333535b06eca9a80b1caffe93e243c3815b63f8e (patch)
treef1c72836ee4c756d56d60509cab042320ab11ff8 /raindrops.gemspec
parent85486f9af18e4f249f23253e3b251e685b323912 (diff)
downloadraindrops-333535b06eca9a80b1caffe93e243c3815b63f8e.tar.gz
The expiration for bogomips.org is coming up and I'm not
keen on paying or supporting extortionists.

Not wanting to be beholden to ICANN or any powerful
organizations, .onion sites are available to Tor users:

	http://raindrops.ou63pmih66umazou.onion/
	http://ou63pmih66umazou.onion/raindrops.git/
	http://ou63pmih66umazou.onion/raindrops-public/

	(the demo is not yet available via .onion, yet, could be a bit)
Diffstat (limited to 'raindrops.gemspec')
-rw-r--r--raindrops.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/raindrops.gemspec b/raindrops.gemspec
index 80ee957..1de56a0 100644
--- a/raindrops.gemspec
+++ b/raindrops.gemspec
@@ -8,13 +8,13 @@ Gem::Specification.new do |s|
   s.version = (ENV["VERSION"] ||= '0.18.0').dup
   s.authors = ["raindrops hackers"]
   s.description = File.read('README').split("\n\n")[1]
-  s.email = %q{raindrops-public@bogomips.org}
+  s.email = %q{raindrops-public@yhbt.net}
   s.extensions = %w(ext/raindrops/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/raindrops/'
+  s.homepage = 'https://yhbt.net/raindrops/'
   s.summary = 'real-time stats for preforking Rack servers'
   s.required_ruby_version = '>= 1.9.3'
   s.test_files = test_files