about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-01-17 20:25:06 +0000
committerEric Wong <normalperson@yhbt.net>2014-01-17 20:25:06 +0000
commit169d506907a711254802a8e86cc343c6322dfae3 (patch)
tree0d402fef4ef3c56179df87fc54fa93470e6e233d /lib/rainbows.rb
parent3e701ee74ff29bdf5daa3249acede5a85a2b0097 (diff)
downloadrainbows-169d506907a711254802a8e86cc343c6322dfae3.tar.gz
RubyForge is going away, so we must migrate the homepage.
The mailing list will be migrated, soon.
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index 82a8448..3bebf34 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -4,7 +4,7 @@ require 'unicorn'
 # the value passed to TCP_DEFER_ACCEPT actually matters in Linux 2.6.32+
 Unicorn::SocketHelper::DEFAULTS[:tcp_defer_accept] = 60
 
-# See http://rainbows.rubyforge.org/ for documentation
+# See http://rainbows.bogomips.org/ for documentation
 module Rainbows
   # :stopdoc:
   O = {}