diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-02-03 18:00:27 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-02-03 18:00:27 -0600 |
commit | 631a6d17b5f3817e5a7fd7ab3a25c536b25bc159 (patch) | |
tree | 3f05f2c14a71db443fce0314b7634f0f4602cc0d /.gitmodules | |
parent | Add flask server as a submodule (diff) | |
download | ee4511w-631a6d17b5f3817e5a7fd7ab3a25c536b25bc159.tar ee4511w-631a6d17b5f3817e5a7fd7ab3a25c536b25bc159.tar.gz ee4511w-631a6d17b5f3817e5a7fd7ab3a25c536b25bc159.tar.bz2 ee4511w-631a6d17b5f3817e5a7fd7ab3a25c536b25bc159.tar.lz ee4511w-631a6d17b5f3817e5a7fd7ab3a25c536b25bc159.tar.xz ee4511w-631a6d17b5f3817e5a7fd7ab3a25c536b25bc159.tar.zst ee4511w-631a6d17b5f3817e5a7fd7ab3a25c536b25bc159.zip |
Change module to be served over HTTP
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 96a77d5..9865874 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "Uploads/ee4951W_pendulum_web"] path = Uploads/ee4951W_pendulum_web - url = git@github.com:RosstheRoss/ee4951W_pendulum_web.git + url = https://github.com/RosstheRoss/4951w.git |