From 3928ca2c8b1929ea8e7c5e0b58941c61e14dc711 Mon Sep 17 00:00:00 2001 From: Thiago Navarro <74574275+thisago@users.noreply.github.com> Date: Wed, 9 Jun 2021 16:51:06 -0300 Subject: [PATCH] Added whois lib (#1930) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 9875bff..655bc1f 100644 --- a/packages.json +++ b/packages.json @@ -22878,5 +22878,17 @@ "description": "Distributions is a Nim library for distributions and their functions.", "license": "Apache-2.0 License", "web": "https://github.com/ayman-albaz/distributions" + }, + { + "name": "whois", + "url": "https://gitea.com/Thisago/whois.nim", + "method": "git", + "tags": [ + "whois", + "dns" + ], + "description": "A simple and free whois client", + "license": "MIT", + "web": "https://gitea.com/Thisago/whois.nim" } ]