diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2018-12-28 11:12:12 -0300 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2018-12-28 15:12:12 +0100 |
| commit | 2496404a491250214d4a0496ce1f9cbe46ec4984 (patch) | |
| tree | 18ae67719099827ed7d7b30df4be9a67ee62ce2d | |
| parent | 62549677db1c0edb7ef459fa8b96d29465d20c1c (diff) | |
| download | packages-2496404a491250214d4a0496ce1f9cbe46ec4984.tar.gz packages-2496404a491250214d4a0496ce1f9cbe46ec4984.zip | |
Added package unsplash (#971)
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 39ffeea..4aa3879 100644 --- a/packages.json +++ b/packages.json @@ -12263,5 +12263,21 @@ "description": "pure Nim implementation of Barreto-Naehrig pairing-friendly elliptic curve cryptography", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-bncurve" + }, + { + "name": "unsplash", + "url": "https://github.com/juancarlospaco/nim-unsplash", + "method": "git", + "tags": [ + "unsplash", + "photos", + "images", + "async", + "multisync", + "photography" + ], + "description": "Unsplash API Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-unsplash" } ] |
