diff options
author | John Wiegley <johnw@newartisans.com> | 2012-07-02 16:45:01 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-07-02 16:45:01 -0500 |
commit | 1751a8ee27107bdd1ad11417223bdd003c24363a (patch) | |
tree | 0190b0ca0eecf8776f0f72ee1e5c7a66970acfd4 /.gitmodules | |
parent | 8869566331b5b95a43214157b3dd36ce076deee3 (diff) | |
download | fork-ledger-1751a8ee27107bdd1ad11417223bdd003c24363a.tar.gz fork-ledger-1751a8ee27107bdd1ad11417223bdd003c24363a.tar.bz2 fork-ledger-1751a8ee27107bdd1ad11417223bdd003c24363a.zip |
Change git:// submodule URL to http://
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 18e192aa..26e5425c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "lib/utfcpp"] path = lib/utfcpp - url = git://github.com/jwiegley/utfcpp.git + url = http://github.com/jwiegley/utfcpp.git |