From 561889758fda3316869bd47815ab65dec5255461 Mon Sep 17 00:00:00 2001 From: Patasuss Date: Mon, 18 Jan 2021 09:00:37 +0100 Subject: [PATCH] Move to working fork of ncurses wrapper (#1670) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index db19602..0c6fe1c 100644 --- a/packages.json +++ b/packages.json @@ -3697,7 +3697,7 @@ }, { "name": "ncurses", - "url": "https://github.com/rnowley/nim-ncurses/", + "url": "https://github.com/walkre-niboshi/nim-ncurses", "method": "git", "tags": [ "library", @@ -3707,7 +3707,7 @@ ], "description": "A wrapper for NCurses", "license": "MIT", - "web": "https://github.com/rnowley/nim-ncurses" + "web": "https://github.com/walkre-niboshi/nim-ncurses" }, { "name": "nanovg",