From 7dc8e195ba753c2b61079c6123ac43ae1eeb7e5b Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Thu, 20 Jun 2019 14:16:36 -0400 Subject: [PATCH] Updating the bignum package source to a fork that works on Nim 0.20 The original repo https://github.com/FedeOmoto/bignum hasn't been maintained in many years. I am not an expert in bignum but I am maintaining a fork of it that runs with the latest stable Nim version (v0.20.0 as of today). --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index e26e8fa..60b19aa 100644 --- a/packages.json +++ b/packages.json @@ -2989,7 +2989,7 @@ }, { "name": "bignum", - "url": "https://github.com/FedeOmoto/bignum", + "url": "https://github.com/kaushalmodi/bignum", "method": "git", "tags": [ "bignum", @@ -2998,7 +2998,7 @@ ], "description": "Wrapper around the GMP bindings for the Nim language.", "license": "MIT", - "web": "https://github.com/FedeOmoto/bignum" + "web": "https://github.com/kaushalmodi/bignum" }, { "name": "rbtree",