diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-09-25 06:23:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-25 06:23:36 -0700 |
| commit | 47ab2728ee5db251e45943cf4fa6086a1fc03097 (patch) | |
| tree | 976ccd0b5c5931111f60fcc145d75f9b1838e50d /packages.json | |
| parent | 45563c34efb9ecb4694515d90a4f5613d792e6cd (diff) | |
| parent | 4c5ff2e959fcc2aa74feeaa18e281324067d1637 (diff) | |
| download | packages-47ab2728ee5db251e45943cf4fa6086a1fc03097.tar.gz packages-47ab2728ee5db251e45943cf4fa6086a1fc03097.zip | |
Merge pull request #868 from CORDEA/feature/add-spotify
Add spotify
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json index b288464..63689aa 100644 --- a/packages.json +++ b/packages.json @@ -10822,5 +10822,16 @@ "description": "TinyFileDialogs for Nim.", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-tinyfiledialogs" + }, + { + "name": "spotify", + "url": "https://github.com/CORDEA/spotify", + "method": "git", + "tags": [ + "spotify" + ], + "description": "A Nim wrapper for the Spotify Web API", + "license": "Apache License 2.0", + "web": "https://github.com/CORDEA/spotify" } ] |
