From fcca06a70d2902b8ae1f73eefd161859d2563473 Mon Sep 17 00:00:00 2001 From: Alexandre Plateau Date: Tue, 16 Jan 2024 21:22:55 +0100 Subject: [PATCH] fix: changing lib/clipp from muellan/clipp to GerHobbelt/clipp to get cpp20 compatibility --- .gitmodules | 2 +- lib/README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 981c92753..ce8f4f61d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,7 +6,7 @@ url = https://github.com/ArkScript-lang/modules.git [submodule "lib/clipp"] path = lib/clipp - url = https://github.com/muellan/clipp.git + url = https://github.com/GerHobbelt/clipp [submodule "lib/picosha2"] path = lib/picosha2 url = https://github.com/okdshin/PicoSHA2.git diff --git a/lib/README.md b/lib/README.md index c194fd5ef..1a43712c7 100644 --- a/lib/README.md +++ b/lib/README.md @@ -1,7 +1,8 @@ # ArkScript thirdparties Includes -* [clipp](https://github.com/muellan/clipp), MIT License + +* [clipp](https://github.com/GerHobbelt/clipp), MIT License * [fmt](https://github.com/fmtlib/fmt), MIT License * [picosha2](https://github.com/okdshin/PicoSHA2), MIT License * [replxx](https://github.com/AmokHuginnsson/replxx/blob/master/LICENSE.md), MIT License + specifities