Add nim-ris and nim-geoip

This commit is contained in:
achesak 2015-10-15 19:35:00 -05:00
parent f4831c3218
commit 1b5545dc60

View File

@ -3392,5 +3392,31 @@
"license": "MIT",
"web": "https://github.com/rgv151/daemonize.nim"
},
{
"name": "ris",
"url": "https://github.com/achesak/nim-ris",
"method": "git",
"tags": [
"RIS",
"citation",
"library"
],
"description": "Module for working with RIS citation files",
"license": "MIT",
"web": "https://github.com/achesak/nim-ris"
},
{
"name": "geoip",
"url": "https://github.com/achesak/nim-geoip",
"method": "git",
"tags": [
"IP",
"address",
"location"
],
"description": "Retrieve info about a location from an IP address",
"license": "MIT",
"web": "https://github.com/achesak/nim-geoip"
}
]