From bb8462f64320843d9e2eeebd900405a77d95f03f Mon Sep 17 00:00:00 2001 From: Regis Caillaud <35006197+Clonkk@users.noreply.github.com> Date: Mon, 8 Mar 2021 22:20:13 +0100 Subject: [PATCH] Follow up after transfer from Clonkk to Scinim for FFTW (#1833) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 18945a6..0e6782b 100644 --- a/packages.json +++ b/packages.json @@ -3162,7 +3162,7 @@ }, { "name": "fftw3", - "url": "https://github.com/Clonkk/nimfftw3", + "url": "https://github.com/SciNim/nimfftw3", "method": "git", "tags": [ "library", @@ -3171,7 +3171,7 @@ ], "description": "Bindings to the FFTW library", "license": "LGPL", - "web": "https://github.com/Clonkk/nimfftw3" + "web": "https://github.com/SciNim/nimfftw3" }, { "name": "nrpl",