From ef9a31ea528bc520b46bb2752cd213dd04ce351e Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 30 Jan 2018 17:35:46 +0100 Subject: [PATCH] fix path of submodule --- fpga/.gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/.gitmodules b/fpga/.gitmodules index f6d6f0188..e67658aa1 100644 --- a/fpga/.gitmodules +++ b/fpga/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/Snaipe/Criterion.git [submodule "thirdparty/libxil"] path = thirdparty/libxil - url = https://git.rwth-aachen.de/VILLASframework/libxil.git + url = https://git.rwth-aachen.de/acs/public/villas/libxil.git