From a100778eb602a3e17fe988fa191bcf8342bf543e Mon Sep 17 00:00:00 2001 From: Kay <80123634+nirokay@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:39:38 +0200 Subject: [PATCH] Add package HolidAPI (#2908) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index fadf957c..d32f406a 100644 --- a/packages.json +++ b/packages.json @@ -33831,5 +33831,18 @@ "description": "Nim bindings for Erin Catto's Box2D physics engine. ", "license": "MIT", "web": "https://github.com/jon-edward/box2d.nim" + }, + { + "name": "holidapi", + "url": "https://github.com/nirokay/holidapi", + "method": "git", + "tags": [ + "api", + "api-wrapper", + "holiday" + ], + "description": "Collection of Holiday APIs - get holidays, their dates and additional information.", + "license": "GPL-3.0-only", + "web": "https://github.com/nirokay/holidapi" } ]