From 2d16458ff396b9f684e165b92e4efad0bb99c263 Mon Sep 17 00:00:00 2001 From: alshain Date: Mon, 7 Feb 2011 23:46:24 +0100 Subject: [PATCH] Fix bad submodule URL. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3ebce2f8..bfc1557b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "libs"] path = libs - url = github_alshain:CouchPotato/Dependencies.git + url = git://github.com/CouchPotato/Dependencies.git