Change nimbox url to my fork (#771)

This commit is contained in:
Dominik Picheta 2018-06-23 12:39:17 +01:00 committed by GitHub
parent d772a23dec
commit e49507bc67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5814,7 +5814,7 @@
}, },
{ {
"name": "nimbox", "name": "nimbox",
"url": "https://notabug.org/vktec/nimbox.git", "url": "https://github.com/dom96/nimbox",
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
@ -5827,7 +5827,7 @@
], ],
"description": "A Rustbox-inspired termbox wrapper", "description": "A Rustbox-inspired termbox wrapper",
"license": "MIT", "license": "MIT",
"web": "https://notabug.org/vktec/nimbox" "web": "https://github.com/dom96/nimbox"
}, },
{ {
"name": "psutil", "name": "psutil",