From 4c3d3234f5f5c79a468c1f60ccf903d986a03c9e Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Thu, 19 Dec 2013 08:16:39 -0500 Subject: [PATCH] Fixed submodule path for LoveLyndir. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e80b3ad8..aa589e91 100644 --- a/.gitmodules +++ b/.gitmodules @@ -17,5 +17,5 @@ path = External/DCIntrospect url = https://github.com/lhunath/DCIntrospect.git [submodule "External/LoveLyndir"] - path = External/DCIntrospect + path = External/LoveLyndir url = git://github.com/Lyndir/love-lyndir.client.git