aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-11-12 10:51:57 +0000
committerGitHub <noreply@github.com>2016-11-12 10:51:57 +0000
commitb595385fd6950484fde222ab64f96ce6772d9175 (patch)
tree706d890957edaeec450b2864a8a2955e2ac3270c
parent9e35abb2568cc39eb97427ba65d124739ff3b181 (diff)
parentadb0fa2bd4ed7de5b645c956d884c7d9ef0548f1 (diff)
downloadpackages-b595385fd6950484fde222ab64f96ce6772d9175.tar.gz
packages-b595385fd6950484fde222ab64f96ce6772d9175.zip
Merge pull request #423 from achesak/master
Rename geoip
-rw-r--r--packages.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index f155359..ddfb381 100644
--- a/packages.json
+++ b/packages.json
@@ -3553,13 +3553,28 @@
"tags": [
"IP",
"address",
- "location"
+ "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",
+ "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-freegeoip"
+ },
+ {
"name": "nimroutine",
"url": "https://github.com/rogercloud/nim-routine",
"method": "git",