diff options
| author | Roger Shi <rogershijicheng@gmail.com> | 2015-08-27 17:06:17 +0800 |
|---|---|---|
| committer | Roger Shi <rogershijicheng@gmail.com> | 2015-08-27 17:06:17 +0800 |
| commit | f6863f29be224261f8a6ca100bfe4fc75b38e526 (patch) | |
| tree | ecf08b7be36dcf34b5e76e0ffed32f17ecb84509 /packages.json | |
| parent | c38477b7d2c2917fd8a0c5d101b8894511f3b54d (diff) | |
| download | packages-f6863f29be224261f8a6ca100bfe4fc75b38e526.tar.gz packages-f6863f29be224261f8a6ca100bfe4fc75b38e526.zip | |
rename nim-rpc to nimrpc
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/packages.json b/packages.json index 639854c..3c29850 100644 --- a/packages.json +++ b/packages.json @@ -2295,19 +2295,6 @@ "web": "https://github.com/jangko/msgpack4nim" }, { - "name": "nim-rpc", - "url": "https://github.com/rogercloud/nim-rpc", - "method": "git", - "tags": [ - "msgpack", - "library", - "rpc" - ], - "description": "RPC implementation for Nim based on msgpack4nim", - "license": "MIT", - "web": "https://github.com/rogercloud/nim-rpc" - }, - { "name": "binaryheap", "url": "https://github.com/bluenote10/nim-heap", "method": "git", @@ -3158,5 +3145,19 @@ "description": "POP3 client library", "license": "LGPLv3", "web": "https://github.com/FedericoCeratto/nim-pop3" + }, + { + "name": "nimrpc", + "url": "https://github.com/rogercloud/nim-rpc", + "method": "git", + "tags": [ + "msgpack", + "library", + "rpc", + "nimrpc" + ], + "description": "RPC implementation for Nim based on msgpack4nim", + "license": "MIT", + "web": "https://github.com/rogercloud/nim-rpc" } ] |
