From 993630e40fbaa7d8aeb39a796d4ba283fdbb8bff Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Fri, 11 Nov 2022 23:05:27 +0800 Subject: [PATCH] switch to official docopt URL (#20815) --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index cc0ab160d2..6cefe3e23e 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -60,7 +60,7 @@ pkg "criterion", allowFailure = true # pending https://github.com/disruptek/crit pkg "datamancer" pkg "dashing", "nim c tests/functional.nim" pkg "delaunay", url = "https://github.com/nim-lang/DelaunayNim", useHead = true -pkg "docopt", url = "https://github.com/nim-lang/docopt.nim", useHead = true +pkg "docopt" pkg "easygl", "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmott/easygl" pkg "elvis" pkg "fidget"