diff options
| author | Zach Smith <subsetpark@gmail.com> | 2017-08-08 17:05:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-08 17:05:37 -0400 |
| commit | 5dc908eadb15df7086ca238a43d63cb8ec434cdc (patch) | |
| tree | 1400548168065b8112987bc5699f934378d0f72e | |
| parent | 1d2b7c3a0d56d8f517ea38a2ba1ea922fe44d660 (diff) | |
| download | packages-5dc908eadb15df7086ca238a43d63cb8ec434cdc.tar.gz packages-5dc908eadb15df7086ca238a43d63cb8ec434cdc.zip | |
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.
| -rw-r--r-- | packages.json | 4 |
1 files 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", |
