diff options
| author | Samadi van Koten <me@vktec.co.uk> | 2016-11-28 22:23:45 +0000 |
|---|---|---|
| committer | Samadi van Koten <me@vktec.co.uk> | 2016-11-28 22:23:45 +0000 |
| commit | e6aff9ddd7d2b38d589cb41d3e982a00e5f8fab0 (patch) | |
| tree | 4e77379b46e4813438d8b9f4cd09ac48d2376101 | |
| parent | 6a76b6709d45eb1fb15e378d07a342c012f38b81 (diff) | |
| download | packages-e6aff9ddd7d2b38d589cb41d3e982a00e5f8fab0.tar.gz packages-e6aff9ddd7d2b38d589cb41d3e982a00e5f8fab0.zip | |
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
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
