Update packages.json (#1599)

This commit is contained in:
ire4ever1190 2020-08-19 03:54:29 +10:00 committed by GitHub
parent 21e9c7eead
commit 21bc67a889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19122,6 +19122,10 @@
}, },
{ {
"name": "opentrivadb", "name": "opentrivadb",
"alias": "opentdb"
},
{
"name": "opentdb",
"url": "https://github.com/ire4ever1190/nim-opentmdb", "url": "https://github.com/ire4ever1190/nim-opentmdb",
"method": "git", "method": "git",
"tags": [ "tags": [
@ -19132,6 +19136,7 @@
], ],
"description": "Wrapper around the open trivia db api", "description": "Wrapper around the open trivia db api",
"license": "MIT", "license": "MIT",
"web": "https://github.com/ire4ever1190/nim-opentmdb" "web": "https://github.com/ire4ever1190/nim-opentmdb",
"doc": "https://ire4ever1190.github.io/nim-opentmdb/opentdb.html"
} }
] ]