From ea6c3c2fe915a05f6f3a7197ce55fbcb6a487814 Mon Sep 17 00:00:00 2001 From: Gruruya Date: Thu, 18 May 2023 17:25:59 -0400 Subject: [PATCH] Add nmostr (#2601) Co-authored-by: Gabriel Huber --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 8358588..3ee7bdc 100644 --- a/packages.json +++ b/packages.json @@ -30210,5 +30210,19 @@ "description": "A CLI for the Chat series of models provided by OpenAI", "license": "MIT", "web": "https://github.com/joshuajohncohen/chat_openai-nim" + }, + { + "name": "nmostr", + "url": "https://github.com/Gruruya/nmostr", + "method": "git", + "tags": [ + "nostr library", + "decentralized messaging protocol", + "censorship-resistant social media" + ], + "description": "Library for Nostr: a simple, open protocol enabling censorship-resistant social media.", + "license": "AGPL-3.0-only", + "web": "https://github.com/Gruruya/nmostr", + "doc": "https://gruruya.github.io/nmostr" } ]