about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index b4bbae2..4cd5d3e 100644
--- a/README
+++ b/README
@@ -60,11 +60,11 @@ both the the request and response in between \Unicorn and slow clients.
 == License
 
 \Unicorn is copyright 2009 by all contributors (see logs in git).
-It is based on Mongrel and carries the same license.
+It is based on Mongrel 1.1.5 and carries the same license.
 
 Mongrel is copyright 2007 Zed A. Shaw and contributors. It is licensed
-under the Ruby license and the GPL2. See the included LICENSE file for
-details.
+under the Ruby (1.8) license and the GPL2. See the included LICENSE file
+for details.
 
 \Unicorn is 100% Free Software.
 
@@ -78,20 +78,20 @@ and run setup.rb after unpacking it:
 
 http://rubyforge.org/frs/?group_id=1306
 
-You may also install it via RubyGems on Gemcutter:
+You may also install it via RubyGems on RubyGems.org:
 
   gem install unicorn
 
 You can get the latest source via git from the following locations
 (these versions may not be stable):
 
-  git://git.bogomips.org/unicorn.git
+  git://bogomips.org/unicorn.git
   git://repo.or.cz/unicorn.git (mirror)
 
 You may browse the code from the web and download the latest snapshot
 tarballs here:
 
-* http://git.bogomips.org/cgit/unicorn.git (cgit)
+* http://bogomips.org/unicorn.git (cgit)
 * http://repo.or.cz/w/unicorn.git (gitweb)
 
 See the HACKING guide on how to contribute and build prerelease gems