README.md in rouge-lang-0.0.11 vs README.md in rouge-lang-0.0.12
- old
+ new
@@ -1,6 +1,6 @@
-# Rouge [![Build Status](https://secure.travis-ci.org/unnali/rouge.png)](http://travis-ci.org/unnali/rouge)
+# Rouge [![Build Status](https://secure.travis-ci.org/rouge-lang/rouge.png)](http://travis-ci.org/rouge-lang/rouge)
**Ruby + Clojure = Rouge.**
Why?
@@ -20,11 +20,11 @@
You can discuss on Google Groups' [rouge-talk](https://groups.google.com/forum/#!forum/rouge-talk),
or on `#rouge` on Freenode.
## example
-See [boot.rg](https://github.com/unnali/rouge/blob/master/lib/boot.rg),
+See [boot.rg](https://github.com/rouge-lang/rouge/blob/master/lib/boot.rg),
[em-rg](https://github.com/unnali/em-rg),
[mechanize-rg](https://github.com/unnali/mechanize-rg), but to demonstrate
salient features:
``` clojure
@@ -58,11 +58,11 @@
user=>
```
## TODO
-See [TODO](https://github.com/unnali/rouge/blob/master/misc/TODO), but big ones
+See [TODO](https://github.com/rouge-lang/rouge/blob/master/misc/TODO), but big ones
include:
* making seqs nicer
* persistent datastructures everywhere
* defprotocol
@@ -80,15 +80,18 @@
## authorship
Original author: [Arlen Christian Mart Cuss](https://github.com/unnali).
+Committers:
+
+* [Joel Holdbrooks](https://github.com/noprompt)
+
Unreserved thanks to the following people for their contributions.
* [Russell Whitaker](https://github.com/russellwhitaker)
* [Misha Moroshko](https://github.com/moroshko)
* [Anthony Grimes](https://github.com/Raynes)
-* [Joel Holdbrooks](https://github.com/noprompt)
## copyright and licensing
The [MIT license](http://opensource.org/licenses/MIT).