From ca8db12ade92cc755f247b26d399431f58df0806 Mon Sep 17 00:00:00 2001 From: Clyybber Date: Wed, 2 Oct 2019 00:24:25 +0200 Subject: [PATCH] Point to fork of compactdict Since the original repo is now archived / read-only --- 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 6fd135fd19a85..28bad1186e8de 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -22,7 +22,7 @@ pkg "chronos" pkg "cligen", "nim c -o:cligenn -r cligen.nim" pkg "coco", "", true pkg "combparser" -pkg "compactdict" +pkg "compactdict", "", false, "https://github.com/Clyybber/compactdict" pkg "comprehension", "", false, "https://github.com/alehander42/comprehension" pkg "criterion" pkg "dashing", "nim c tests/functional.nim"