diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-08-08 22:09:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-08 22:09:29 +0100 |
| commit | fc5a9ddbbcf9332118372886e8464f0ec2b882bc (patch) | |
| tree | 1400548168065b8112987bc5699f934378d0f72e | |
| parent | 1d2b7c3a0d56d8f517ea38a2ba1ea922fe44d660 (diff) | |
| parent | 5dc908eadb15df7086ca238a43d63cb8ec434cdc (diff) | |
| download | packages-fc5a9ddbbcf9332118372886e8464f0ec2b882bc.tar.gz packages-fc5a9ddbbcf9332118372886e8464f0ec2b882bc.zip | |
Merge pull request #558 from subsetpark/patch-1
Highjack nim-gmp
| -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", |
