From d732d8149243a5d53b187e0d4acbab649896c8f5 Mon Sep 17 00:00:00 2001 From: inv2004 Date: Wed, 20 Dec 2023 05:35:17 +0100 Subject: [PATCH] Added package ccal (#2771) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 08ea104da..c3abc5110 100644 --- a/packages.json +++ b/packages.json @@ -32137,5 +32137,19 @@ "description": "A simple pastebin, inspired by w4/bin", "license": "AGPL-3.0-or-later", "web": "https://codeberg.org/pswilde/note" + }, + { + "name": "ccal", + "url": "https://github.com/inv2004/ccal", + "method": "git", + "tags": [ + "cli", + "calendar", + "tools", + "productivity" + ], + "description": "calendar with local holidays via ip location", + "license": "MIT", + "web": "https://github.com/inv2004/ccal" } ]