From 8266674ade7d82982887aa78c79cffda3374741d Mon Sep 17 00:00:00 2001 From: Vindaar Date: Mon, 1 Nov 2021 17:57:53 +0100 Subject: [PATCH] move plotly under the SciNim organization (#2050) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 4c885af..b0c4598 100644 --- a/packages.json +++ b/packages.json @@ -7332,7 +7332,7 @@ }, { "name": "plotly", - "url": "https://github.com/brentp/nim-plotly", + "url": "https://github.com/SciNim/nim-plotly", "method": "git", "tags": [ "plot", @@ -7342,7 +7342,7 @@ ], "description": "Nim interface to plotly", "license": "MIT", - "web": "https://github.com/brentp/nim-plotly" + "web": "https://github.com/SciNim/nim-plotly" }, { "name": "gnuplot",