diff options
| author | Volodymyr Melnychuk <valdema_r@hotmail.com> | 2019-06-12 14:21:52 +0300 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-06-12 13:21:52 +0200 |
| commit | 3ced7f1ba160eccf2236f58e0de7a38f49312e32 (patch) | |
| tree | df8910dd13575af9797d56be44bb67dad1cc245b | |
| parent | efdcc9f9315e9f3c026bfe101b61ce88f01d1db6 (diff) | |
| download | packages-3ced7f1ba160eccf2236f58e0de7a38f49312e32.tar.gz packages-3ced7f1ba160eccf2236f58e0de7a38f49312e32.zip | |
add news package (#1095)
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 613ee0a..efad3ba 100644 --- a/packages.json +++ b/packages.json @@ -13492,5 +13492,17 @@ "description": "GnuTLS wrapper", "license": "LGPLv2.1", "web": "https://github.com/FedericoCeratto/nim-gnutls" + }, + { + "name": "news", + "url": "https://github.com/tormund/news", + "method": "git", + "tags": [ + "websocket", + "chronos" + ], + "description": "Easy websocket with chronos support", + "license": "MIT", + "web": "https://github.com/tormund/news" } ] |
