diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-08-14 19:48:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-14 19:48:03 +0100 |
| commit | df19c5f0b3e7e4b1663a80f9c91e1aea2349a1d4 (patch) | |
| tree | 4510e08acd98323e18f85b98e65f1e98dba44d3a | |
| parent | 67f0f7b48b2789d402714003670bfcc7ab76da14 (diff) | |
| parent | 25713a3c55b716d0d760ec222be7dcd17e0837ce (diff) | |
| download | packages-df19c5f0b3e7e4b1663a80f9c91e1aea2349a1d4.tar.gz packages-df19c5f0b3e7e4b1663a80f9c91e1aea2349a1d4.zip | |
Merge pull request #565 from subsetpark/add-usha1459
Add package usha
| -rw-r--r-- | packages.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/packages.json b/packages.json index be24577..5a7e709 100644 --- a/packages.json +++ b/packages.json @@ -3373,7 +3373,7 @@ "license": "MIT", "web": "https://github.com/rogercloud/nim-rpc" }, - { + { "name": "nimrpc_milis", "url": "https://github.com/milisarge/nimrpc_milis", "method": "git", @@ -7003,5 +7003,17 @@ "description": "Library for querying HTML using CSS-selectors, like JavaScripts document.querySelector", "license": "MIT", "web": "https://github.com/GULPF/nimquery" + }, + { + "name": "usha", + "url": "https://github.com/subsetpark/untitled-shell-history-application", + "method": "git", + "tags": [ + "shell", + "utility" + ], + "description": "untitled shell history application", + "license": "MIT", + "web": "https://github.com/subsetpark/untitled-shell-history-application" } ] |
