From ba4142303c0fe42e05b3f0a82d1f820e0f714997 Mon Sep 17 00:00:00 2001 From: Zois Pagoulatos Date: Sun, 20 Dec 2020 22:00:46 +0100 Subject: [PATCH] Added package amka (#1760) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 38e1e05..049f2e0 100644 --- a/packages.json +++ b/packages.json @@ -20870,5 +20870,17 @@ "description": "A command handler for the dimscord discord library", "license": "MIT", "web": "https://github.com/ire4ever1190/dimscordCommandHandler" + }, + { + "name": "amka", + "url": "https://github.com/zoispag/amka-nim", + "method": "git", + "tags": [ + "amka", + "greek-social-security-number" + ], + "description": "A validator for greek social security number (AMKA)", + "license": "MIT", + "web": "https://github.com/zoispag/amka-nim" } ]