From 3ed0aa757b5d5f07e14eb64a925238c6b91987a1 Mon Sep 17 00:00:00 2001 From: c-blake Date: Wed, 7 Oct 2020 01:00:58 -0400 Subject: [PATCH] Add nimp (#1659) --- packages.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 4b8a9bf..34b1bf2 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,5 @@ [ - { + { "name": "arturo", "url": "https://github.com/arturo-lang/arturo", "method": "git", @@ -19769,5 +19769,21 @@ "description": "Websocket for httpx.", "license": "MIT", "web": "https://github.com/xflywind/websocketx" + }, + { + "name": "nimp", + "url": "https://github.com/c-blake/nimp", + "method": "git", + "tags": [ + "app", + "binary", + "package", + "manager", + "cli", + "nimble" + ], + "description": "A package manager that delegates to package authors", + "license": "MIT/ISC", + "web": "https://github.com/c-blake/nimp" } ]