From 113b5d8001bb89fae484b611ddb009973d5c09eb Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Thu, 23 Aug 2018 13:53:03 -0700 Subject: Switch to https://gitlab.gnome.org/GNOME/libxml2 --- cmake/external/libxml2.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/external/libxml2.cmake b/cmake/external/libxml2.cmake index f31ac0e..0fdf89e 100644 --- a/cmake/external/libxml2.cmake +++ b/cmake/external/libxml2.cmake @@ -33,7 +33,7 @@ endforeach(lib) include (ExternalProject) ExternalProject_Add(${LIBXML2_TARGET} PREFIX ${LIBXML2_TARGET} - GIT_REPOSITORY https://github.com/GNOME/libxml2.git + GIT_REPOSITORY https://gitlab.gnome.org/GNOME/libxml2 GIT_TAG master UPDATE_COMMAND "" CONFIGURE_COMMAND ${LIBXML2_SRC_DIR}/autogen.sh --without-python -- cgit v1.2.3