From d8ab691b612485a6b3575775f8f29ad96059296f Mon Sep 17 00:00:00 2001 From: Adam Chesak Date: Thu, 1 Jan 2015 14:02:05 -0600 Subject: [PATCH 1/2] Changed Nimrod to Nim --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b3ee41..d9172eb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Nimrod packages +# Nim packages This is a central listing of all packages for [Nimble](https://github.com/nimrod-code/nimble), a package manager for the -[Nimrod programming language](http://nimrod-lang.org). +[Nim programming language](http://nim-lang.org). ## Adding your own package To add your own package, fork this repository, edit From 1b9cde54f0a3919f256bb829f3b9d93cedfe3700 Mon Sep 17 00:00:00 2001 From: Adam Chesak Date: Thu, 1 Jan 2015 14:02:30 -0600 Subject: [PATCH 2/2] Fixed URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9172eb..bf80feb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Nim packages This is a central listing of all packages for -[Nimble](https://github.com/nimrod-code/nimble), a package manager for the +[Nimble](https://github.com/nim-code/nimble), a package manager for the [Nim programming language](http://nim-lang.org). ## Adding your own package