diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-11-22 16:15:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 09:15:36 +0100 |
commit | d5151c1afe1ba9e9a31fea2a59a9f6702a01909a (patch) | |
tree | 1bb84f6edd2ac7547acf947e21b2e58ad090b03f | |
parent | 75493cfb7814714786c98158d4826255083a6d0e (diff) | |
download | Nim-d5151c1afe1ba9e9a31fea2a59a9f6702a01909a.tar.gz |
switch to the official taskpools URL (#20893)
ref https://github.com/status-im/nim-taskpools/pull/24
-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 adc3434c0..fcdfe4c2f 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -148,7 +148,7 @@ pkg "strslice" pkg "strunicode", "nim c -r --mm:refc src/strunicode.nim" pkg "supersnappy" pkg "synthesis" -pkg "taskpools", url = "https://github.com/nim-lang/nim-taskpools" +pkg "taskpools" pkg "telebot", "nim c -o:tbot -r src/telebot.nim" pkg "tempdir" pkg "templates" |