diff options
| author | Andy Davidoff <disruptek@users.noreply.github.com> | 2019-09-21 00:51:04 -0400 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-09-21 06:51:04 +0200 |
| commit | 71509bd8d51b5d0c8596e0c0be81acebc68bdd63 (patch) | |
| tree | 1eab9c03b00739f222d643dc8cd69990d4c6bfe1 | |
| parent | b63fdefe25339a81ef73e59680f9cd6891538cd2 (diff) | |
| download | packages-71509bd8d51b5d0c8596e0c0be81acebc68bdd63.tar.gz packages-71509bd8d51b5d0c8596e0c0be81acebc68bdd63.zip | |
Added package atoz (#1171)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index ea14314..1c3d24c 100644 --- a/packages.json +++ b/packages.json @@ -14351,5 +14351,19 @@ "description": "Amazon Web Services Signature Version 4", "license": "MIT", "web": "https://github.com/disruptek/sigv4" + }, + { + "name": "atoz", + "url": "https://github.com/disruptek/atoz", + "method": "git", + "tags": [ + "aws", + "api", + "cloud", + "amazon" + ], + "description": "Amazon Web Services (AWS) APIs", + "license": "MIT", + "web": "https://github.com/disruptek/atoz" } ] |
