summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-11-12 12:28:20 +0800
committerGitHub <noreply@github.com>2022-11-12 05:28:20 +0100
commitc75e6f35838c648c921731040469fe65252865e7 (patch)
tree21c6c016c2fd7b0d9f4704dd1ded9880ec3e8770 /testament
parent77e58bf573040cc081a58046a97f1ddfb61f27fe (diff)
downloadNim-c75e6f35838c648c921731040469fe65252865e7.tar.gz
[testament] `parsetoml` switches to official URL (#20819)
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 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"