From 3015376e897375f14069aca841cd56d9ec4fe7bb Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 6 Nov 2025 10:16:31 +0100 Subject: [PATCH] fix(deps): Fetch libxil from GitHub instead of old Gitlab repo Signed-off-by: Steffen Vogel --- packaging/deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/deps.sh b/packaging/deps.sh index 8a92cedd7..5254aee86 100644 --- a/packaging/deps.sh +++ b/packaging/deps.sh @@ -362,7 +362,7 @@ fi # Build & Install libxil if ! pkg-config "libxil >= 1.0.0" && \ should_build "libxil" "for the fpga node-type"; then - git clone ${GIT_OPTS} --branch master https://git.rwth-aachen.de/acs/public/villas/fpga/libxil.git + git clone ${GIT_OPTS} --branch master https://github.com/VILLASframework/libxil.git mkdir -p libxil/build pushd libxil/build cmake ${CMAKE_OPTS} ..