From 7e193337bc7943e848c8abf6fb25891eeb9c5891 Mon Sep 17 00:00:00 2001 From: Gabben Date: Sun, 19 Feb 2023 00:20:12 +0500 Subject: [PATCH] Added package sam_protocol (#2504) Co-authored-by: Gabriel Huber --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 52c0323..7dbfb32 100644 --- a/packages.json +++ b/packages.json @@ -29081,5 +29081,17 @@ "description": "Lib and CLI tool to manipulate biblical verses!", "license": "MIT", "web": "https://git.ozzuu.com/thisago/versicles" + }, + { + "name": "sam_protocol", + "url": "https://github.com/gabbhack/sam_protocol", + "method": "git", + "tags": [ + "i2p" + ], + "description": "I2P SAM Protocol without any IO", + "license": "MIT", + "web": "https://github.com/gabbhack/sam_protocol", + "doc": "https://gabb.eu.org/sam_protocol" } ]