From d7d807f94651cff3f80ce0cfade7efa281434857 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 5 Dec 2020 16:55:52 +0800 Subject: [PATCH] Update url for ternary_tree (#1738) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 30e55b0..72f85b9 100644 --- a/packages.json +++ b/packages.json @@ -14759,14 +14759,14 @@ }, { "name": "ternary_tree", - "url": "https://github.com/Cirru/ternary-tree", + "url": "https://github.com/calcit-lang/ternary-tree", "method": "git", "tags": [ "data-structure" ], "description": "Structural sharing data structure of lists and maps.", "license": "MIT", - "web": "https://github.com/Cirru/ternary-tree" + "web": "https://github.com/calcit-lang/ternary-tree" }, { "name": "reframe",