From 90d5300b57b1dcaeed92aeed567c28367dba1112 Mon Sep 17 00:00:00 2001 From: enimatek <77200435+enimatek-nl@users.noreply.github.com> Date: Sun, 10 Jan 2021 09:51:18 +0100 Subject: [PATCH] updated torm and added tencil (#1777) --- packages.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 98d8739..17f4753 100644 --- a/packages.json +++ b/packages.json @@ -21048,16 +21048,30 @@ }, { "name": "torm", - "url": "https://github.com/cybertim/torm", + "url": "https://github.com/enimatek-nl/torm", "method": "git", "tags": [ "orm", "db", "database" ], - "description": "Tiny ORM for SQLite.", + "description": "Tiny object relational mapper (torm) for SQLite in Nim.", "license": "MIT", - "web": "https://github.com/cybertim/torm" + "web": "https://github.com/enimatek-nl/torm" + }, + { + "name": "tencil", + "url": "https://github.com/enimatek-nl/tencil", + "method": "git", + "tags": [ + "web", + "html", + "template", + "mustache" + ], + "description": "Tencil is a mustache-compatible JSON based template engine for Nim.", + "license": "MIT", + "web": "https://github.com/enimatek-nl/tencil" }, { "name": "coinbase_pro",