From a7ff2f08dfa70d49767b54af40ddeec4241ba95d Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 13 Jun 2011 17:25:34 +0200 Subject: Fixed incorrect gitmodules file which used gitdb once again, instead of just async --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 5741d992..57b06fc8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "gitdb"] - path = git/ext/gitdb - url = git://github.com/gitpython-developers/gitdb.git +[submodule "git/ext/async"] + path = git/ext/async + url = git://github.com/gitpython-developers/async.git -- cgit v1.2.3