From 2468a1471e1c5f2888c77d7608455285294abd1a Mon Sep 17 00:00:00 2001 From: Manuel Bojato <30560560+KingDarBoja@users.noreply.github.com> Date: Tue, 23 Jun 2020 00:02:18 -0500 Subject: [PATCH] Added package iridium (#1529) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index c00a246..285f5c0 100644 --- a/packages.json +++ b/packages.json @@ -18414,5 +18414,19 @@ "description": "Game Boy Advance development library", "license": "zlib", "web": "https://github.com/exelotl/natu" + }, + { + "name": "iridium", + "url": "https://github.com/KingDarBoja/Iridium", + "method": "git", + "tags": [ + "iso3166", + "nim", + "nim-lang", + "countries" + ], + "description": "The International Standard for country codes and codes for their subdivisions on Nim (ISO-3166)", + "license": "MIT", + "web": "https://github.com/KingDarBoja/Iridium" } ]