diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-23 17:55:11 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-23 17:55:11 -0400 |
commit | c1bbc9c991fb34114852369339f86bf0ce5ec3ab (patch) | |
tree | 27df85e241fbb49269bebe1723fd5ddcaba3ac26 /.gitmodules | |
parent | fc8dd144673675d959a3a8c7c2049f6bf12dd814 (diff) | |
download | fork-ledger-c1bbc9c991fb34114852369339f86bf0ce5ec3ab.tar.gz fork-ledger-c1bbc9c991fb34114852369339f86bf0ce5ec3ab.tar.bz2 fork-ledger-c1bbc9c991fb34114852369339f86bf0ce5ec3ab.zip |
Changed gdtoa module to be hosted on GitHub rather than newartisans.com.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 326da1f8..9ea096aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = git://repo.or.cz/boost.git [submodule "lib/gdtoa"] path = lib/gdtoa - url = git://newartisans.com/gdtoa.git + url = git://github.com/jwiegley/gdtoa.git [submodule "lib/cppunit"] path = lib/cppunit url = git://newartisans.com/cppunit.git |