diff options
author | Timothy Pearson <[email protected]> | 2011-11-28 02:26:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-28 02:26:45 -0600 |
commit | 34f37afbf53ca58ec1ae4aff757f8cb5b73f84dc (patch) | |
tree | f61dd03700634527a7fc771010f8ee0b04a2b56e /.gitmodules | |
parent | d5a9c92ea35b1da91fab92070e69623ab67924c5 (diff) | |
download | smartcardauth-34f37afbf53ca58ec1ae4aff757f8cb5b73f84dc.tar.gz smartcardauth-34f37afbf53ca58ec1ae4aff757f8cb5b73f84dc.zip |
Fix FTBFS
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 4fce771..5a9a136 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "admin"] path = admin - url = http://[email protected]/scm/git/tde-common-admin + url = http://scm.trinitydesktop.org/scm/git/tde-common-admin [submodule "cmake"] path = cmake - url = http://[email protected]/scm/git/tde-common-cmake + url = http://scm.trinitydesktop.org/scm/git/tde-common-cmake |