From 12ac41bf27bfc94d6d6b417e330723283dcb89d3 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Tue, 17 Mar 2020 11:51:30 +0100 Subject: [PATCH] Fix xml-interpolator module reference We started having it on in `lampepfl` but now that we need to update it from type to time we use the fork in `dotty-staging`. For some reason this reference was never updated. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 2a8eb6bb3cab..2add881421da 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,7 +46,7 @@ branch = shapeless-3-staging [submodule "community-build/community-projects/xml-interpolator"] path = community-build/community-projects/xml-interpolator - url = https://github.com/lampepfl/xml-interpolator.git + url = https://github.com/dotty-staging/xml-interpolator.git [submodule "community-build/community-projects/effpi"] path = community-build/community-projects/effpi url = https://github.com/dotty-staging/effpi