diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-18 11:14:40 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-18 11:14:40 -0800 |
commit | 02195f2970fb7243fd9a9992abb6ada6709db4e1 (patch) | |
tree | 5aad7f36eca0bc261910b9d7bb382e7c5d9ae9c7 | |
parent | fbca372edd5609bc253b622b55b7faffd19ae6cd (diff) |
fix git: path for pdclib
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index bc203e6f..719da199 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "pdclib"] path = pdclib - url = git:://git.gag.com/fw/pdclib + url = git://git.gag.com/fw/pdclib |