Update url for ternary_tree (#1738)

This commit is contained in:
Jon 2020-12-05 16:55:52 +08:00 committed by GitHub
parent 2e801634fb
commit d7d807f946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14759,14 +14759,14 @@
}, },
{ {
"name": "ternary_tree", "name": "ternary_tree",
"url": "https://github.com/Cirru/ternary-tree", "url": "https://github.com/calcit-lang/ternary-tree",
"method": "git", "method": "git",
"tags": [ "tags": [
"data-structure" "data-structure"
], ],
"description": "Structural sharing data structure of lists and maps.", "description": "Structural sharing data structure of lists and maps.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/Cirru/ternary-tree" "web": "https://github.com/calcit-lang/ternary-tree"
}, },
{ {
"name": "reframe", "name": "reframe",