From 5dc908eadb15df7086ca238a43d63cb8ec434cdc Mon Sep 17 00:00:00 2001 From: Zach Smith Date: Tue, 8 Aug 2017 17:05:37 -0400 Subject: [PATCH] Highjack nim-gmp `nim-gmp` is an unmaintained package that's fallen out of compatibility with nimble. I've forked it and made a trivial change to restore compatibility. --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index c5e0c77..6d47252 100644 --- a/packages.json +++ b/packages.json @@ -1665,7 +1665,7 @@ }, { "name": "gmp", - "url": "https://github.com/FedeOmoto/nim-gmp", + "url": "https://github.com/subsetpark/nim-gmp", "method": "git", "tags": [ "library", @@ -1675,7 +1675,7 @@ ], "description": "wrapper for the GNU multiple precision arithmetic library (GMP)", "license": "LGPLv3 or GPLv2", - "web": "https://github.com/FedeOmoto/nim-gmp" + "web": "https://github.com/subsetpark/nim-gmp" }, { "name": "ludens",