From 3ced7f1ba160eccf2236f58e0de7a38f49312e32 Mon Sep 17 00:00:00 2001 From: Volodymyr Melnychuk Date: Wed, 12 Jun 2019 14:21:52 +0300 Subject: [PATCH] add news package (#1095) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]