aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaushal Modi <kaushal.modi@gmail.com>2019-06-20 14:16:36 -0400
committerKaushal Modi <kaushal.modi@gmail.com>2019-06-20 14:16:36 -0400
commit7dc8e195ba753c2b61079c6123ac43ae1eeb7e5b (patch)
treea26e381cd86bec37134e76b1ae91f7b36f3d28a6
parent29038ddac72de53404883c4b2425f5268d961de5 (diff)
downloadpackages-7dc8e195ba753c2b61079c6123ac43ae1eeb7e5b.tar.gz
packages-7dc8e195ba753c2b61079c6123ac43ae1eeb7e5b.zip
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).
-rw-r--r--packages.json4
1 files 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",