Updated values and nimlog (renamed to omnilog)

This commit is contained in:
Christoph Herzog 2015-11-26 23:30:19 +01:00
parent 8ccef1c505
commit 82db25f5ad

View File

@ -3576,8 +3576,8 @@
"web": "https://github.com/yglukhov/nimsl"
},
{
"name": "nimlog",
"url": "https://github.com/theduke/nim-nimlog",
"name": "omnilog",
"url": "https://github.com/nim-appkit/omnilog",
"method": "git",
"tags": [
"library",
@ -3586,11 +3586,11 @@
],
"description": "Advanced logging library for Nim with structured logging, formatters, filters and writers.",
"license": "MIT",
"web": "https://github.com/theduke/nim-nimlog"
"web": "https://github.com/nim-appkit/omnilog"
},
{
"name": "values",
"url": "https://github.com/theduke/nim-values",
"url": "https://github.com/nim-appkit/values",
"method": "git",
"tags": [
"library",
@ -3599,7 +3599,7 @@
],
"description": "Library for working with arbitrary values + a map data structure.",
"license": "MIT",
"web": "https://github.com/theduke/nim-values"
"web": "https://github.com/nim-appkit/values"
},
{
"name": "geohash",