diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-06-28 12:58:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-28 12:58:38 +0100 |
| commit | 1bf9a67ebfa1e60d9809f0fb74b31eab91597732 (patch) | |
| tree | aeca891b9ef7ee61180632b46ed36517c8e079aa | |
| parent | e587963a2d41354b230321de06c7008a597df9ab (diff) | |
| download | packages-dom96-patch-3.tar.gz packages-dom96-patch-3.zip | |
Switch gnuplot link back to originaldom96-patch-3
| -rw-r--r-- | packages.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.json b/packages.json index fba5179..90e226a 100644 --- a/packages.json +++ b/packages.json @@ -6398,7 +6398,7 @@ }, { "name": "gnuplot", - "url": "https://github.com/konqoro/gnuplot.nim", + "url": "https://github.com/dvolk/gnuplot.nim", "method": "git", "tags": [ "plot", @@ -6407,7 +6407,7 @@ ], "description": "Nim interface to gnuplot", "license": "MIT", - "web": "https://github.com/konqoro/gnuplot.nim" + "web": "https://github.com/dvolk/gnuplot.nim" }, { "name": "ustring", |
