aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-05-16 01:26:01 +0100
committerGitHub <noreply@github.com>2018-05-16 01:26:01 +0100
commitfd2268edf9222afab6ba73ac889a85e0a5f32b55 (patch)
tree9853fc7ffd54cc3e0867711d956bf812cf97dc9a
parentb89698e11f1e021b20872bf840b9a7d7a67d4d77 (diff)
parent9157320f5e6647e7be9805e69250d5368fdcfdfb (diff)
downloadpackages-fd2268edf9222afab6ba73ac889a85e0a5f32b55.tar.gz
packages-fd2268edf9222afab6ba73ac889a85e0a5f32b55.zip
Merge pull request #740 from aleandros/add-about1733
Add package about
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]