From facb547b13f73e7e0e764846250818bda12da7c7 Mon Sep 17 00:00:00 2001 From: Willyboar Date: Fri, 25 Oct 2019 08:00:04 +0300 Subject: [PATCH] Added package pine (#1218) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 5bec71b..8f4463a 100644 --- a/packages.json +++ b/packages.json @@ -14911,5 +14911,18 @@ "description": "libbpf for nim", "license": "MIT", "web": "https://github.com/jasonk000/nimbpf" + }, + { + "name": "pine", + "url": "https://github.com/thebigbaron/pine", + "method": "git", + "tags": [ + "static", + "site", + "generator" + ], + "description": "Nim Static Blog & Site Generator", + "license": "MIT", + "web": "https://github.com/thebigbaron/pine" } ]