aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJu <soasme@users.noreply.github.com>2019-10-08 17:34:23 +1300
committerMiran <narimiran@disroot.org>2019-10-08 06:34:23 +0200
commitf1443b1429ae6e16080079e93e0ca5fe28629d91 (patch)
tree8e2aa460bc9132a3ee41e63e7fa505571400d4c7
parent0c3bc03e906932b60df5e5814ca87b8a5d10cde6 (diff)
downloadpackages-f1443b1429ae6e16080079e93e0ca5fe28629d91.tar.gz
packages-f1443b1429ae6e16080079e93e0ca5fe28629d91.zip
Added package schedules (#1196)HEADmaster
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
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"
}
]