quickjs.nim -> quickjs4nim (#1123)

This commit is contained in:
V-X 2019-07-24 00:23:04 -05:00 committed by Miran
parent 772c5ed6be
commit e4b3e1a288

View File

@ -1,16 +1,17 @@
[ [
{ {
"name": "QuickJS.nim", "name": "QuickJS4nim",
"url": "https://github.com/ImVexed/quickjs.nim", "url": "https://github.com/ImVexed/quickjs4nim",
"method": "git", "method": "git",
"tags": [ "tags": [
"QuickJS", "QuickJS",
"Javascript", "Javascript",
"Runtime" "Runtime",
"Wrapper"
], ],
"description": "A QuickJS wrapper for Nim", "description": "A QuickJS wrapper for Nim",
"license": "MIT", "license": "MIT",
"web": "https://github.com/ImVexed/quickjs.nim" "web": "https://github.com/ImVexed/quickjs4nim"
}, },
{ {
"name": "BitVector", "name": "BitVector",