aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV-X <v@nul.lu>2019-07-24 00:23:04 -0500
committerMiran <narimiran@disroot.org>2019-07-24 07:23:04 +0200
commite4b3e1a288de0a46787d3f16ef7fbd628301b071 (patch)
tree60e545ff7572ffd98e8d9d8798061aed52570b4d
parent772c5ed6bee2d328709e85fe4d036e8122fd2bcc (diff)
downloadpackages-e4b3e1a288de0a46787d3f16ef7fbd628301b071.tar.gz
packages-e4b3e1a288de0a46787d3f16ef7fbd628301b071.zip
quickjs.nim -> quickjs4nim (#1123)
-rw-r--r--packages.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/packages.json b/packages.json
index df486bf..33c12f9 100644
--- a/packages.json
+++ b/packages.json
@@ -1,16 +1,17 @@
[
{
- "name": "QuickJS.nim",
- "url": "https://github.com/ImVexed/quickjs.nim",
+ "name": "QuickJS4nim",
+ "url": "https://github.com/ImVexed/quickjs4nim",
"method": "git",
"tags": [
"QuickJS",
"Javascript",
- "Runtime"
+ "Runtime",
+ "Wrapper"
],
"description": "A QuickJS wrapper for Nim",
"license": "MIT",
- "web": "https://github.com/ImVexed/quickjs.nim"
+ "web": "https://github.com/ImVexed/quickjs4nim"
},
{
"name": "BitVector",