aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2019-06-20 23:14:57 +0100
committerGitHub <noreply@github.com>2019-06-20 23:14:57 +0100
commit31231aa3ced864d5cff4c9448c96b3202f15646a (patch)
treea26e381cd86bec37134e76b1ae91f7b36f3d28a6
parent29038ddac72de53404883c4b2425f5268d961de5 (diff)
parent7dc8e195ba753c2b61079c6123ac43ae1eeb7e5b (diff)
downloadpackages-31231aa3ced864d5cff4c9448c96b3202f15646a.tar.gz
packages-31231aa3ced864d5cff4c9448c96b3202f15646a.zip
Merge pull request #1098 from kaushalmodi/update-bignum-source
Updating the bignum package source to a fork that works on Nim 0.20
-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",