From 9d001898734f94cc04fd6a13c65bb5f7ba761c11 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 25 Sep 2021 10:18:42 -0400 Subject: [PATCH] added matrixsdk (#2011) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index e2e0dce..29d7642 100644 --- a/packages.json +++ b/packages.json @@ -23769,5 +23769,21 @@ "license": "MIT", "web": "https://github.com/shayanhabibi/loony", "doc": "https://github.com/shayanhabibi/loony/blob/main/README.md" + }, + { + "name": "matrixsdk", + "url": "https://github.com/dylhack/matrix-nim-sdk", + "method": "git", + "tags": [ + "matrix", + "sdk", + "matrix.org", + "decentralization", + "protocol" + ], + "description": "A Matrix (https://matrix.org) client and appservice API wrapper for Nim!", + "license": "GPL-3.0", + "web": "https://github.com/dylhack/matrix-nim-sdk", + "doc": "https://github.com/shayanhabibi/dylhack/blob/matrix-nim-sdk/README.md" } ]