diff options
| -rw-r--r-- | packages.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/packages.json b/packages.json index 520c4c5..a5efc71 100644 --- a/packages.json +++ b/packages.json @@ -5955,8 +5955,8 @@ "web": "https://github.com/status-im/nim-json-rpc" }, { - "name": "asyncdispatch2", - "url": "https://github.com/status-im/nim-asyncdispatch2", + "name": "chronos", + "url": "https://github.com/status-im/nim-chronos", "method": "git", "tags": [ "library", @@ -5969,9 +5969,13 @@ "tcp", "udp" ], - "description": "Experimental fork of Nim's asyncdispatch", + "description": "An efficient library for asynchronous programming", "license": "Apache License 2.0", - "web": "https://github.com/status-im/nim-asyncdispatch2" + "web": "https://github.com/status-im/nim-chronos" + }, + { + "name": "asyncdispatch2", + "alias": "chronos" }, { "name": "serialization", |
