update minicoro URL (#2539)

* Update packages.json

* Update packages.json
This commit is contained in:
locriacyber 2023-03-16 01:56:54 +00:00 committed by GitHub
parent b2e670d298
commit d82d709b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29476,7 +29476,7 @@
},
{
"name": "minicoro",
"url": "https://git.envs.net/iacore/minicoro",
"url": "https://git.envs.net/iacore/minicoro-nim",
"method": "git",
"tags": [
"wrapper",
@ -29484,7 +29484,7 @@
],
"description": "Lua-like asymmetric coroutine. Nim wrapper of minicoro in C",
"license": "Unlicense",
"web": "https://git.envs.net/iacore/minicoro"
"web": "https://git.envs.net/iacore/minicoro-nim"
},
{
"name": "nclip",