From 1edb97cde4fd0192c3f872b3af110026bccfff6d Mon Sep 17 00:00:00 2001 From: achesak Date: Thu, 10 Nov 2016 11:24:22 -0500 Subject: [PATCH] Rename geoip --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index f155359..d1eba24 100644 --- a/packages.json +++ b/packages.json @@ -3547,8 +3547,8 @@ "web": "https://github.com/achesak/nim-ris" }, { - "name": "geoip", - "url": "https://github.com/achesak/nim-geoip", + "name": "freegeoip", + "url": "https://github.com/achesak/nim-freegeoip", "method": "git", "tags": [ "IP", @@ -3557,7 +3557,7 @@ ], "description": "Retrieve info about a location from an IP address", "license": "MIT", - "web": "https://github.com/achesak/nim-geoip" + "web": "https://github.com/achesak/nim-freegeoip" }, { "name": "nimroutine",