From a4b1fabaa6d805cbcf17faa029f6ff4415ec5fb7 Mon Sep 17 00:00:00 2001 From: Chihiro Hasegawa Date: Thu, 22 Nov 2018 08:06:25 +0900 Subject: [PATCH] Added package nish (#934) --- packages.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index a22e1af..459cec7 100644 --- a/packages.json +++ b/packages.json @@ -9307,7 +9307,7 @@ "pqcrypto", "signing" ], - "description": "SPHINCSâș stateless hash-based signature scheme", + "description": "SPHINCS\u207A stateless hash-based signature scheme", "license": "MIT", "web": "https://github.com/ehmry/nim-sphincs" }, @@ -11515,6 +11515,18 @@ "license": "MIT", "web": "https://github.com/gmshiba/replim" }, + { + "name": "nish", + "url": "https://github.com/owlinux1000/nish", + "method": "git", + "tags": [ + "nish", + "shell" + ], + "description": "A Toy Shell Application", + "license": "MIT", + "web": "https://github.com/owlinux1000/nish" + }, { "name": "backoff", "url": "https://github.com/CORDEA/backoff",