diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-09-27 14:35:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 14:35:41 +0800 |
commit | 02ba28eda5ea9b7cb6545f08e0620875f0100bf3 (patch) | |
tree | 655a79891c43ae7907c398958def5f8b9b241a45 /testament | |
parent | 21218d743fad5c0c7f0ef6a6a189178e4b1effed (diff) | |
download | Nim-02ba28eda5ea9b7cb6545f08e0620875f0100bf3.tar.gz |
iNim switch to the official URL (#22762)
ref https://github.com/inim-repl/INim/pull/139
Diffstat (limited to 'testament')
-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 60019dd8d..462bf8a30 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", url = "https://github.com/nim-lang/INim" +pkg "inim" pkg "itertools", "nim doc src/itertools.nim" pkg "iterutils" pkg "jstin" |