diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-18 11:12:44 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-18 11:12:44 -0800 |
commit | fbca372edd5609bc253b622b55b7faffd19ae6cd (patch) | |
tree | f7fb889c7bbb25a9577022ae3a1dd1d5d47ca623 | |
parent | e2635d07d0f0a91dd7d59f2c94765a40907d2732 (diff) |
Use 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 77022859..bc203e6f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "pdclib"] path = pdclib - url = ssh://gag.com/scm/git/fw/pdclib + url = git:://git.gag.com/fw/pdclib |