From 390f74037711d6dd2a6ff43b6e92ac68704af3dc Mon Sep 17 00:00:00 2001 From: ioplker <33198973+ioplker@users.noreply.github.com> Date: Tue, 3 May 2022 20:49:06 +0700 Subject: [PATCH] Added package uspokoysa (#2222) Co-authored-by: ioplker --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 06e2378..51a440a 100644 --- a/packages.json +++ b/packages.json @@ -26057,5 +26057,17 @@ "description": "Nim wrapper for Zephyr RTOS", "license": "Apache-2.0", "web": "https://github.com/EmbeddedNim/nephyr" + }, + { + "name": "uspokoysa", + "url": "https://github.com/ioplker/uspokoysa", + "method": "git", + "tags": [ + "timebreaks", + "nigui" + ], + "description": "Dead simple Nim app for making timebreaks", + "license": "BSD-3-Clause", + "web": "https://github.com/ioplker/uspokoysa" } ]