update minicoro URL (#2539)

* Update packages.json

* Update packages.json
This commit is contained in:
locriacyber
2023-03-16 09:56:54 +08:00
committed by GitHub
parent b2e670d298
commit d82d709b70
+2 -2
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",