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.
This commit is contained in:
Benjamin Summerton 2019-11-23 02:27:47 -05:00 committed by Miran
parent 582cf45360
commit fd40eaa213

View File

@ -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",