diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-01-17 12:09:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 12:09:26 +0800 |
commit | 30da566d9dc81feab9ba3015d293d93b5c6785af (patch) | |
tree | e6163926529252b8370774d1f70fe5c25a7cc905 | |
parent | 71c60bf6f760d3a1dfc12135866cd46f817ee439 (diff) | |
download | Nim-30da566d9dc81feab9ba3015d293d93b5c6785af.tar.gz |
switch to official DelaunayNim URL (#21269)
follow up https://github.com/Nycto/DelaunayNim/pull/4#event-8240077930
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 77d89a420..d9835ef23 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -60,7 +60,7 @@ pkg "comprehension", "nimble test", "https://github.com/alehander92/comprehensio pkg "criterion", allowFailure = true # pending https://github.com/disruptek/criterion/issues/3 (wrongly closed) pkg "datamancer" pkg "dashing", "nim c tests/functional.nim" -pkg "delaunay", url = "https://github.com/nim-lang/DelaunayNim", useHead = true +pkg "delaunay" pkg "docopt" pkg "easygl", "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmott/easygl" pkg "elvis" |