From c535e50401232a0d7738cdf4d9c17a4051fa47ab Mon Sep 17 00:00:00 2001 From: CNERD <57031035+C-NERD@users.noreply.github.com> Date: Fri, 16 Sep 2022 09:24:59 +0100 Subject: [PATCH] Added package clown_limiter (#2348) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index cf28e51..aebf265 100644 --- a/packages.json +++ b/packages.json @@ -27427,6 +27427,20 @@ "license": "GPL-2.0-only", "web": "https://github.com/srozb/nim-libfuzzy" }, + { + "name": "clown_limiter", + "url": "https://github.com/C-NERD/clown_limiter", + "method": "git", + "tags": [ + "jester", + "rate_limiter", + "plugin", + "clown_limiter" + ], + "description": "Jester rate limiter plugin", + "license": "MIT", + "web": "https://github.com/C-NERD/clown_limiter" + }, { "name": "bitseqs", "url": "https://github.com/adokitkat/bitfields",