From f1443b1429ae6e16080079e93e0ca5fe28629d91 Mon Sep 17 00:00:00 2001 From: Ju Date: Tue, 8 Oct 2019 17:34:23 +1300 Subject: [PATCH] Added package schedules (#1196) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 7bf49fc..46df668 100644 --- a/packages.json +++ b/packages.json @@ -14621,5 +14621,21 @@ "description": "Bindings to BearSSL library", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-bearssl" + }, + { + "name": "schedules", + "url": "https://github.com/soasme/nim-schedules", + "method": "git", + "tags": [ + "scheduler", + "schedules", + "job", + "task", + "cron", + "interval" + ], + "description": "A Nim scheduler library that lets you kick off jobs at regular intervals.", + "license": "MIT", + "web": "https://github.com/soasme/nim-schedules" } ]