From ee5db260ed06327dfd1ee4f9261aea539055d5c3 Mon Sep 17 00:00:00 2001 From: Rainbow Asteroids Date: Sun, 6 Jun 2021 01:07:45 -0400 Subject: [PATCH] Added package hexclock (#1925) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 865c084..b277bef 100644 --- a/packages.json +++ b/packages.json @@ -22777,6 +22777,20 @@ "license": "ISC", "web": "https://preserves.gitlab.io/preserves/" }, + { + "name": "hexclock", + "url": "https://github.com/RainbowAsteroids/hexclock", + "method": "git", + "tags": [ + "sdl", + "gui", + "clock", + "color" + ], + "description": "Hex clock made in SDL and Nim", + "license": "GPL-3.0-only", + "web": "https://github.com/RainbowAsteroids/hexclock" + }, { "name": "redismodules", "url": "https://github.com/luisacosta828/redismodules",