diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-04-18 12:34:03 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-04-18 12:34:03 -0700 |
| commit | 076ff82c46a29ce899cb72a88f568f967f109bd7 (patch) | |
| tree | 6462b9866b7e9c0254e56be45f0aa2cc7ff14110 | |
| parent | b97edd4465564ef33d4efadd46f4955b4b1d2214 (diff) | |
atmel-samd: Switch to https for freetouch submodule.
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 97cb88f1e..5430d248d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,6 +11,6 @@ [submodule "lib/berkeley-db-1.xx"] path = lib/berkeley-db-1.xx url = https://github.com/pfalcon/berkeley-db-1.xx -[submodule "atmel-samd/freetouch"] +[submodule "freetouch2"] path = atmel-samd/freetouch - url = git@github.com:adafruit/Adafruit_FreeTouch.git + url = https://github.com/adafruit/Adafruit_FreeTouch.git |
