From c680d09aecaafee8ed60eb116008864d64ed9fc5 Mon Sep 17 00:00:00 2001 From: Miran Date: Tue, 9 Nov 2021 16:19:05 +0100 Subject: [PATCH] change links for `bigints` (#2059) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 3aa1b57..0a43ebb 100644 --- a/packages.json +++ b/packages.json @@ -2217,7 +2217,7 @@ }, { "name": "bigints", - "url": "https://github.com/def-/bigints", + "url": "https://github.com/nim-lang/bigints", "method": "git", "tags": [ "math", @@ -2226,7 +2226,7 @@ ], "description": "Arbitrary-precision integers", "license": "MIT", - "web": "https://github.com/def-/bigints" + "web": "https://github.com/nim-lang/bigints" }, { "name": "iterutils",