diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-23 18:05:03 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-23 18:05:03 -0400 |
commit | 02e1a2b85993fa27cb94e0a39d979c5e929f4177 (patch) | |
tree | 6e6637fd6cf1bc7100f6fdf171b2f5cb6b02d71f /.gitmodules | |
parent | b76df951248b4df7add8f1a3051f23a92904a8fd (diff) | |
download | fork-ledger-02e1a2b85993fa27cb94e0a39d979c5e929f4177.tar.gz fork-ledger-02e1a2b85993fa27cb94e0a39d979c5e929f4177.tar.bz2 fork-ledger-02e1a2b85993fa27cb94e0a39d979c5e929f4177.zip |
Moved cppunit to GitHub, rather than mirroring on 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 9ea096aa..b685b019 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,7 +6,7 @@ url = git://github.com/jwiegley/gdtoa.git [submodule "lib/cppunit"] path = lib/cppunit - url = git://newartisans.com/cppunit.git + url = git://github.com/jwiegley/cppunit.git [submodule "lib/libofx"] path = lib/libofx url = git://newartisans.com/libofx.git |