From bcee70a05294500191df839ea1fa256392ec3b0a Mon Sep 17 00:00:00 2001 From: Charles Barto Date: Tue, 15 Aug 2017 00:34:02 -0400 Subject: [PATCH] Added package libgit2 --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 5a7e709..73a2982 100644 --- a/packages.json +++ b/packages.json @@ -7015,5 +7015,20 @@ "description": "untitled shell history application", "license": "MIT", "web": "https://github.com/subsetpark/untitled-shell-history-application" + }, + { + "name": "libgit2", + "url": "https://github.com/barcharcraz/libgit2-nim", + "method": "git", + "tags": [ + "git", + "libgit", + "libgit2", + "vcs", + "wrapper" + ], + "description": "Libgit2 low level wrapper", + "license": "MIT", + "web": "https://github.com/barcharcraz/libgit2-nim" } ]