summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-08-29 21:00:13 +0800
committerGitHub <noreply@github.com>2023-08-29 15:00:13 +0200
commita7a0105d8c538ce9d0ac26ba73409107d55d3c8c (patch)
treec3a403ed5b011b433837340402206ef660d69106 /testament
parentb6cea7b599b81db675b95d2f84a8e3cda071cb0d (diff)
downloadNim-a7a0105d8c538ce9d0ac26ba73409107d55d3c8c.tar.gz
deprecate `std/threadpool`; use `malebolgia`, `weave`, `nim-taskpool` instead (#22576)
* deprecate `std/threadpool`; use `malebolgia` instead

* Apply suggestions from code review

* Apply suggestions from code review

* change the URL of inim
Diffstat (limited to 'testament')
-rw-r--r--testament/important_packages.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index f831311be..ff02c1783 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -80,7 +80,7 @@ pkg "gnuplot", "nim c gnuplot.nim"
 pkg "hts", "nim c -o:htss src/hts.nim"
 pkg "httpauth"
 pkg "illwill", "nimble examples"
-pkg "inim"
+pkg "inim", url = "https://github.com/nim-lang/INim"
 pkg "itertools", "nim doc src/itertools.nim"
 pkg "iterutils"
 pkg "jstin"