From 9657ab37c3a57eec5b0b8c6d77eaea1cf169d243 Mon Sep 17 00:00:00 2001 From: Skef Iterum Date: Mon, 31 May 2021 00:33:47 -0700 Subject: [PATCH 1/2] Switch utfcpp git url to https for reliability --- runtime/Cpp/runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Cpp/runtime/CMakeLists.txt b/runtime/Cpp/runtime/CMakeLists.txt index c10a4bf314..c8b16c6cf9 100644 --- a/runtime/Cpp/runtime/CMakeLists.txt +++ b/runtime/Cpp/runtime/CMakeLists.txt @@ -57,7 +57,7 @@ else() set(UTFCPP_DIR ${THIRDPARTY_DIR}/utfcpp) ExternalProject_Add( utf8cpp - GIT_REPOSITORY "git://github.com/nemtrif/utfcpp" + GIT_REPOSITORY "https://github.com/nemtrif/utfcpp" GIT_TAG "v3.1.1" SOURCE_DIR ${UTFCPP_DIR} UPDATE_DISCONNECTED 1 From b132e2154cbddb5578e2a3ce07e3502cf31502e1 Mon Sep 17 00:00:00 2001 From: Skef Iterum Date: Mon, 31 May 2021 00:36:25 -0700 Subject: [PATCH 2/2] Add myself to contributors --- contributors.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.txt b/contributors.txt index 8ffda95f7b..e7ed5ffa91 100644 --- a/contributors.txt +++ b/contributors.txt @@ -317,4 +317,5 @@ YYYY/MM/DD, github id, Full name, email 2021/09/08, jmcken8, Joel McKenzie, joel.b.mckenzie@gmail.com 2021/09/23, skalt, Steven Kalt, kalt.steven@gmail.com 2021/10/10, tools4origins, Erwan Guyomarc'h, contact@erwan-guyomarch.fr -2021/10/25, jcking, Justin King, jcking@google.com \ No newline at end of file +2021/10/25, jcking, Justin King, jcking@google.com +2021/10/31, skef, Skef Iterum, github@skef.org