From e6aff9ddd7d2b38d589cb41d3e982a00e5f8fab0 Mon Sep 17 00:00:00 2001 From: Samadi van Koten Date: Mon, 28 Nov 2016 22:23:45 +0000 Subject: [PATCH] Update URL for `compiler` to point to nim-lang This isn't really an issue, since GitHub redirects, but it's confusing and a bit disconcerting to see nimble install from Araq/Nim.git instead of nim-lang/Nim.git --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 133d81a..8c6c938 100644 --- a/packages.json +++ b/packages.json @@ -1787,7 +1787,7 @@ }, { "name": "compiler", - "url": "https://github.com/Araq/Nim.git", + "url": "https://github.com/nim-lang/Nim.git", "method": "git", "tags": [ "library"