diff --git a/packages.json b/packages.json index d1eba24..ddfb381 100644 --- a/packages.json +++ b/packages.json @@ -3546,6 +3546,20 @@ "license": "MIT", "web": "https://github.com/achesak/nim-ris" }, + { + "name": "geoip", + "url": "https://github.com/achesak/nim-geoip", + "method": "git", + "tags": [ + "IP", + "address", + "location", + "geolocation" + ], + "description": "Retrieve info about a location from an IP address", + "license": "MIT", + "web": "https://github.com/achesak/nim-geoip" + }, { "name": "freegeoip", "url": "https://github.com/achesak/nim-freegeoip", @@ -3553,7 +3567,8 @@ "tags": [ "IP", "address", - "location" + "location", + "geolocation" ], "description": "Retrieve info about a location from an IP address", "license": "MIT",