From 03fd7a69dcf46cb66424c3045a687d7cf13fcffc Mon Sep 17 00:00:00 2001 From: iphydf Date: Wed, 6 Nov 2024 15:50:01 +0000 Subject: [PATCH] chore: Use toktok's cmp instead of upstream. There are a few minor modifications in there that make it aligned with cimple's standards. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e2793dd7e..5f564571d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "third_party/cmp"] path = third_party/cmp - url = https://github.com/camgunz/cmp + url = https://github.com/TokTok/cmp