From fd40eaa2130fe6825a42f4bf701e1910c223e9ec Mon Sep 17 00:00:00 2001 From: Benjamin Summerton Date: Sat, 23 Nov 2019 02:27:47 -0500 Subject: [PATCH] Fix stb_image `url` (#1257) https://gitlab.com/define-private-public/stb_image-Nim/issues/9 User was having trouble installing the package via nimble. Suggested I add `.git` at the end of this package's `url` to fix it. --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 716bccd..fac3326 100644 --- a/packages.json +++ b/packages.json @@ -6501,7 +6501,7 @@ }, { "name": "stb_image", - "url": "https://gitlab.com/define-private-public/stb_image-Nim", + "url": "https://gitlab.com/define-private-public/stb_image-Nim.git", "method": "git", "tags": [ "stb",