From 0452606d666e39889420096a4a14918cc3d37afc Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 1 Nov 2019 04:39:01 -0300 Subject: [PATCH] Added package chonker (#1232) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index be9e890..e32682b 100644 --- a/packages.json +++ b/packages.json @@ -15066,5 +15066,18 @@ "description": "FastCGI library for Nim", "license": "MIT", "web": "https://github.com/ba0f3/fastcgi.nim" + }, + { + "name": "chonker", + "url": "https://github.com/juancarlospaco/nim-chonker", + "method": "git", + "tags": [ + "arch", + "linux", + "pacman" + ], + "description": "Arch Linux Pacman Optimizer", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-chonker" } ]