diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-06-21 22:44:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-21 22:44:02 +0100 |
| commit | 729dc56a2e920bc530a1762833e071057fe9d883 (patch) | |
| tree | b76297be429f0206b8306cc5fae1bff4aed3106d | |
| parent | 9fa708f2a8fb52f31422e19acbbcc26a4f847b75 (diff) | |
| download | packages-729dc56a2e920bc530a1762833e071057fe9d883.tar.gz packages-729dc56a2e920bc530a1762833e071057fe9d883.zip | |
Change nimbox url to my fork
| -rw-r--r-- | packages.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.json b/packages.json index dc011a2..aee3ebd 100644 --- a/packages.json +++ b/packages.json @@ -5801,7 +5801,7 @@ }, { "name": "nimbox", - "url": "https://notabug.org/vktec/nimbox.git", + "url": "https://github.com/dom96/nimbox", "method": "git", "tags": [ "library", @@ -5814,7 +5814,7 @@ ], "description": "A Rustbox-inspired termbox wrapper", "license": "MIT", - "web": "https://notabug.org/vktec/nimbox" + "web": "https://github.com/dom96/nimbox" }, { "name": "psutil", |
