From dfbbf351155cc18577027ece8d16179335224467 Mon Sep 17 00:00:00 2001 From: Sampo Silvennoinen <20028934+stscoundrel@users.noreply.github.com> Date: Sat, 27 Nov 2021 10:57:24 +0200 Subject: [PATCH] Add Riimut package (#2074) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index 43ea09b..f4fae7a 100644 --- a/packages.json +++ b/packages.json @@ -24363,5 +24363,24 @@ "description": "Converts a file with Jester routes to Swagger JSON which can be imported in Postman.", "license": "MIT", "web": "https://github.com/ThomasTJdev/jester2swagger" + }, + { + "name": "riimut", + "url": "https://github.com/stscoundrel/riimut-nim", + "method": "git", + "tags": [ + "runes", + "convert", + "transform", + "futhark", + "younger-futhark", + "elder-futhark", + "futhorc", + "futhork", + "medieval-runes" + ], + "description": "Transform latin letters to runes & vice versa. Four runic dialects available.", + "license": "MIT", + "web": "https://github.com/stscoundrel/riimut-nim" } ]