diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-11-26 22:39:06 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-11-26 22:39:06 +0000 |
| commit | 686bd46cb0384c1a966dfe87eaf513c84246cc26 (patch) | |
| tree | 7be393d8c4d6e8960429cd51936cfb467162506e | |
| parent | 8ccef1c505b3c48fb87a71586a5fbcf939f46ca4 (diff) | |
| parent | 82db25f5ad589d9a7b6c256f07d843036824ac5d (diff) | |
| download | packages-686bd46cb0384c1a966dfe87eaf513c84246cc26.tar.gz packages-686bd46cb0384c1a966dfe87eaf513c84246cc26.zip | |
Merge pull request #284 from theduke/theduke-updates
Updated values and nimlog (renamed to omnilog)
| -rw-r--r-- | packages.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages.json b/packages.json index 7030029..d7e6441 100644 --- a/packages.json +++ b/packages.json @@ -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", |
