Merge pull request #423 from achesak/master

Rename geoip
This commit is contained in:
Dominik Picheta 2016-11-12 10:51:57 +00:00 committed by GitHub
commit b595385fd6

View File

@ -3553,12 +3553,27 @@
"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",