diff options
| author | Andy Davidoff <disruptek@users.noreply.github.com> | 2019-09-20 01:13:44 -0400 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-09-20 07:13:44 +0200 |
| commit | b63fdefe25339a81ef73e59680f9cd6891538cd2 (patch) | |
| tree | 3d007e6f432935044ade96e1ea1dac0f281788ab | |
| parent | baffd52c3c80ec20dba395ba63775eb7c493c50f (diff) | |
| download | packages-b63fdefe25339a81ef73e59680f9cd6891538cd2.tar.gz packages-b63fdefe25339a81ef73e59680f9cd6891538cd2.zip | |
Added package sigv4 (#1169)
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 8f61fb2..ea14314 100644 --- a/packages.json +++ b/packages.json @@ -14340,5 +14340,16 @@ "description": "Mustache in Nim", "license": "MIT", "web": "https://github.com/soasme/nim-mustache" + }, + { + "name": "sigv4", + "url": "https://github.com/disruptek/sigv4", + "method": "git", + "tags": [ + "1.0.0" + ], + "description": "Amazon Web Services Signature Version 4", + "license": "MIT", + "web": "https://github.com/disruptek/sigv4" } ] |
