From 9157320f5e6647e7be9805e69250d5368fdcfdfb Mon Sep 17 00:00:00 2001 From: Edgar Cabrera Date: Tue, 15 May 2018 12:33:53 -0500 Subject: [PATCH] Added package about --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 3687e9a..82998f9 100644 --- a/packages.json +++ b/packages.json @@ -9331,5 +9331,17 @@ "description": "A website management tool. Run the file and access your webpage.", "license": "GPLv3", "web": "https://nimwc.org/" + }, + { + "name": "about", + "url": "https://github.com/aleandros/about", + "method": "git", + "tags": [ + "cli", + "tool" + ], + "description": "Executable for finding information about programs in PATH", + "license": "MIT", + "web": "https://github.com/aleandros/about" } ]