From d38f51634df3d1e09246ecbf628abfc0e3ffd6b3 Mon Sep 17 00:00:00 2001 From: Danil Yarantsev Date: Mon, 1 Mar 2021 09:52:46 +0300 Subject: [PATCH] Take over asciigraph (#1825) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 2b2362f..b916fd0 100644 --- a/packages.json +++ b/packages.json @@ -11921,7 +11921,7 @@ }, { "name": "asciigraph", - "url": "https://github.com/KeepCoolWithCoolidge/asciigraph", + "url": "https://github.com/Yardanico/asciigraph", "method": "git", "tags": [ "graph", @@ -11931,7 +11931,7 @@ ], "description": "Console ascii line charts in pure nim", "license": "MIT", - "web": "https://github.com/KeepCoolWithCoolidge/asciigraph" + "web": "https://github.com/Yardanico/asciigraph" }, { "name": "bearlibterminal",