From 624acdea842aa1c30cf24d39c43032dece77c1f9 Mon Sep 17 00:00:00 2001 From: Mark Leyva Date: Tue, 11 Apr 2023 21:05:04 -0700 Subject: [PATCH] Added package webgeolocation (#2567) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index b797542..aa70212 100644 --- a/packages.json +++ b/packages.json @@ -29858,5 +29858,17 @@ "description": "DNS Stamps package", "license": "MIT", "web": "https://github.com/rockcavera/nim-dnsstamps2" + }, + { + "name": "webgeolocation", + "url": "https://github.com/maleyva1/webgeoloaction", + "method": "git", + "tags": [ + "bindings", + "geolocation" + ], + "description": "Bindings to the Webgeolocation Web API", + "license": "MIT", + "web": "https://github.com/maleyva1/webgeoloaction" } ]