diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-11-12 12:28:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-12 05:28:20 +0100 |
commit | c75e6f35838c648c921731040469fe65252865e7 (patch) | |
tree | 21c6c016c2fd7b0d9f4704dd1ded9880ec3e8770 /testament | |
parent | 77e58bf573040cc081a58046a97f1ddfb61f27fe (diff) | |
download | Nim-c75e6f35838c648c921731040469fe65252865e7.tar.gz |
[testament] `parsetoml` switches to official URL (#20819)
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 6cefe3e23..adc3434c0 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -122,7 +122,7 @@ pkg "npeg", "nimble testarc" pkg "numericalnim", "nimble nimCI" pkg "optionsutils" pkg "ormin", "nim c -o:orminn ormin.nim" -pkg "parsetoml", url = "https://github.com/nim-lang/parsetoml", useHead = true +pkg "parsetoml" pkg "patty" pkg "pixie" pkg "plotly", "nim c examples/all.nim" |