diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-11-28 23:54:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-28 23:54:24 +0100 |
| commit | ea2a6d382bc433db3330d1415eed5ec4ad459a53 (patch) | |
| tree | 969ebd01a297f3288ed304645a87566e8861f34d | |
| parent | 1d4347b50d37c2770af8fc3f581001e4509293bc (diff) | |
| parent | e6aff9ddd7d2b38d589cb41d3e982a00e5f8fab0 (diff) | |
| download | packages-ea2a6d382bc433db3330d1415eed5ec4ad459a53.tar.gz packages-ea2a6d382bc433db3330d1415eed5ec4ad459a53.zip | |
Merge pull request #432 from vktec/update-compiler-url
Update URL for `compiler` to point to nim-lang
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 1e2659d..1d99b2b 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" |
