From 5e33605807bbd8afe1b0779c2158fe9da7d4f3bf Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 26 Aug 2022 14:03:22 -0300 Subject: [PATCH] Added package bitcoinlightning (#2334) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index ce973bd..de5d226 100644 --- a/packages.json +++ b/packages.json @@ -27242,5 +27242,16 @@ "description": "A wrapper for libdeflate", "license": "MIT", "web": "https://github.com/radekm/nim_libdeflate_gzip" + }, + { + "name": "bitcoinlightning", + "url": "https://github.com/juancarlospaco/bitcoin-lightning", + "method": "git", + "tags": [ + "crypto" + ], + "description": "Bitcoin Lightning client", + "license": "MIT", + "web": "https://github.com/juancarlospaco/bitcoin-lightning" } ]