From 84a9280d3da516c00ef7c7a65e438906cff07d65 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Wed, 7 Jul 2021 17:46:35 +0200 Subject: [PATCH] update URL of `polynumeric`, now under SciNim umbrella (#1966) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index edb796e..9df4c7a 100644 --- a/packages.json +++ b/packages.json @@ -9085,7 +9085,7 @@ }, { "name": "polynumeric", - "url": "https://github.com/Vindaar/polynumeric", + "url": "https://github.com/SciNim/polynumeric", "method": "git", "tags": [ "polynomial", @@ -9093,7 +9093,7 @@ ], "description": "Polynomial operations", "license": "MIT", - "web": "https://github.com/Vindaar/polynumeric" + "web": "https://github.com/SciNim/polynumeric" }, { "name": "unicodedb",