From 9c585d22ffbfa19a70a889bc4c8e97b6b0f72627 Mon Sep 17 00:00:00 2001 From: Brandon Armstrong <45339160+KittyTechnoProgrammer@users.noreply.github.com> Date: Thu, 20 Aug 2020 04:10:35 -0500 Subject: [PATCH] Added torim package (#1600) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index e83c041..cb5be5e 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,17 @@ [ + { + "name": "torim", + "url": "https://github.com/KittyTechnoProgrammer/torim", + "method": "git", + "tags": [ + "tor", + "hiddenservice" + ], + "description": "Updated version of tor.nim from Updated version of tor.nim from https://github.com/FedericoCeratto/nim-tor", + "license": "GPL-3.0", + "web": "https://github.com/KittyTechnoProgrammer/torim", + "doc": "https://github.com/KittyTechnoProgrammer/torim" + }, { "name": "jupyternim", "url": "https://github.com/stisa/jupyternim",