mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
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:
parent
582cf45360
commit
fd40eaa213
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user