Merge pull request #1098 from kaushalmodi/update-bignum-source

Updating the bignum package source to a fork that works on Nim 0.20
This commit is contained in:
Dominik Picheta 2019-06-20 23:14:57 +01:00 committed by GitHub
commit 31231aa3ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",