diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-03-13 19:14:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-13 19:14:16 +0100 |
| commit | 933f30c7e3520ba08239cda8b4d403ae2a35de32 (patch) | |
| tree | e526ab963df43569f19470e0866c13f7a0ea06e9 | |
| parent | fceca6f73d9b361c75010df2d76726821be6df4a (diff) | |
| parent | 6409a8cb9b7667028f9548385942114f969b26e3 (diff) | |
| download | packages-933f30c7e3520ba08239cda8b4d403ae2a35de32.tar.gz packages-933f30c7e3520ba08239cda8b4d403ae2a35de32.zip | |
Merge pull request #485 from konqoro/patch-4
Update gnuplot package location
| -rw-r--r-- | packages.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.json b/packages.json index 6d263e6..74d6d18 100644 --- a/packages.json +++ b/packages.json @@ -5825,7 +5825,7 @@ }, { "name": "gnuplot", - "url": "https://github.com/dvolk/gnuplot.nim", + "url": "https://github.com/konqoro/gnuplot.nim", "method": "git", "tags": [ "plot", @@ -5834,7 +5834,7 @@ ], "description": "Nim interface to gnuplot", "license": "MIT", - "web": "https://github.com/dvolk/gnuplot.nim" + "web": "https://github.com/konqoro/gnuplot.nim" }, { "name": "ustring", |
