From c3c21c61fb5e6a2f4950bac32a613bb5840e3b3a Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Sat, 15 Feb 2020 01:22:18 +0800 Subject: [PATCH] Added package gungnir (#1355) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 71c2d8d..fda46c9 100644 --- a/packages.json +++ b/packages.json @@ -16463,5 +16463,20 @@ "description": "A dead code locator for Nim", "license": "MIT", "web": "https://github.com/jyapayne/mort" + }, + { + "name": "gungnir", + "url": "https://github.com/planety/gungnir", + "method": "git", + "tags": [ + "web", + "starlight", + "prologue", + "signing", + "Cryptographic" + ], + "description": "Cryptographic signing for Nim.", + "license": "BSD-3-Clause", + "web": "https://github.com/planety/gungnir" } ]