From 2c103a4be3e1cd9a0e3d1a73abd4705b82120581 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Tue, 19 Jun 2018 20:54:29 +0900 Subject: [PATCH] Fix github link --- libnx.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnx.nimble b/libnx.nimble index b8f0b69..0b6c312 100644 --- a/libnx.nimble +++ b/libnx.nimble @@ -8,7 +8,7 @@ license = "MIT" srcDir = "src" # Deps -requires "nim >= 0.18.0", "https://github.com/jyapayne/nimgenEx@#head" +requires "nim >= 0.18.0", "https://github.com/jyapayne/nimgenEx#head" task setup, "Download and generate": exec "nimgen libnxGen.cfg"