From 5cd2311bd4cfd1aa1b0b39b19e84685d82e2ca85 Mon Sep 17 00:00:00 2001 From: ehmry Date: Thu, 15 Sep 2022 13:27:35 -0500 Subject: [PATCH] Add package getdns (#2357) * Add package getdns * Update packages.json Co-authored-by: Miran --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 740bd45..cf28e51 100644 --- a/packages.json +++ b/packages.json @@ -27459,6 +27459,15 @@ "license": "MIT", "web": "https://github.com/srozb/peni" }, + { + "name": "getdns", + "url": "https://git.sr.ht/~ehmry/getdns-nim", + "method": "git", + "tags": [ "dns", "network" ], + "description": "Wrapper over the getdns API", + "license": "BSD-3-Clause", + "web": "https://getdnsapi.net/" + }, { "name": "ezscr", "url": "https://github.com/thisago/ezscr",