change links for bigints (#2059)

This commit is contained in:
Miran 2021-11-09 16:19:05 +01:00 committed by GitHub
parent 2ed1356ebb
commit c680d09aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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