about summary refs log tree commit homepage
path: root/lib/raindrops/aggregate.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-29 22:35:46 +0000
committerEric Wong <e@80x24.org>2016-07-29 22:35:46 +0000
commitd4b0198a877e65d04783c771ef55762730f3984f (patch)
treecb7cb4e547c9377a315234e2fafa188b132fd064 /lib/raindrops/aggregate.rb
parent7e7c4f7b7ee4e42b1a7f9a6cbd0be7f56e6f0710 (diff)
downloadraindrops-d4b0198a877e65d04783c771ef55762730f3984f.tar.gz
While raindrops.bogomips.org exists, having extra subjectAltName
entries is bloating the certificate.  This will make it easier
to mirror the homepage on Tor hidden services.
Diffstat (limited to 'lib/raindrops/aggregate.rb')
-rw-r--r--lib/raindrops/aggregate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/raindrops/aggregate.rb b/lib/raindrops/aggregate.rb
index 998d514..4fb731f 100644
--- a/lib/raindrops/aggregate.rb
+++ b/lib/raindrops/aggregate.rb
@@ -1,6 +1,6 @@
 # -*- encoding: binary -*-
 #
-# raindrops may use the {aggregate}[http://github.com/josephruscio/aggregate]
+# raindrops may use the {aggregate}[https://github.com/josephruscio/aggregate]
 # RubyGem to aggregate statistics from TCP_Info lookups.
 module Raindrops::Aggregate
   autoload :PMQ, "raindrops/aggregate/pmq"