From 77fb47192f48db7ab6692baad4ee429d8063bc30 Mon Sep 17 00:00:00 2001 From: jfilby Date: Fri, 8 Jul 2022 09:02:16 +0200 Subject: [PATCH] Add Nexus to packages.json (#2272) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 197731c..8b75454 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,17 @@ [ + { + "name": "nexus", + "url": "https://github.com/jfilby/nexus", + "method": "git", + "tags": [ + "web", + "framework", + "orm" + ], + "description": "Nexus provides a high-level web framework for Nim, with batteries included.", + "license": "Apache-2.0", + "web": "https://github.com/jfilby/nexus" + }, { "name": "rpgsheet", "url": "https://git.skylarhill.me/skylar/rpgsheet",