diff options
| author | Edgar Cabrera <edgar@cafeinacode.com> | 2018-05-15 12:33:53 -0500 |
|---|---|---|
| committer | Edgar Cabrera <edgar@cafeinacode.com> | 2018-05-15 12:33:53 -0500 |
| commit | 9157320f5e6647e7be9805e69250d5368fdcfdfb (patch) | |
| tree | 9853fc7ffd54cc3e0867711d956bf812cf97dc9a | |
| parent | b89698e11f1e021b20872bf840b9a7d7a67d4d77 (diff) | |
| download | packages-9157320f5e6647e7be9805e69250d5368fdcfdfb.tar.gz packages-9157320f5e6647e7be9805e69250d5368fdcfdfb.zip | |
Added package about
| -rw-r--r-- | packages.json | 12 |
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" } ] |
