From de5d84972a62843e2c37c80a522b38b58a3e84cf Mon Sep 17 00:00:00 2001 From: Quinn Freedman Date: Sat, 4 Sep 2021 23:03:00 -0700 Subject: [PATCH] transferred ownership of nimgraphviz to @Aveheuzed (#1999) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index f6a05a9..9698ac1 100644 --- a/packages.json +++ b/packages.json @@ -10604,7 +10604,7 @@ }, { "name": "nimgraphviz", - "url": "https://github.com/QuinnFreedman/nimgraphviz", + "url": "https://github.com/Aveheuzed/nimgraphviz", "method": "git", "tags": [ "graph", @@ -10615,7 +10615,7 @@ ], "description": "Nim bindings for the GraphViz tool and the DOT graph language", "license": "MIT", - "web": "https://github.com/QuinnFreedman/nimgraphviz" + "web": "https://github.com/Aveheuzed/nimgraphviz" }, { "name": "fab",