diff options
author | Christopher Baines <mail@cbaines.net> | 2015-08-08 15:18:59 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-08-08 15:18:59 +0100 |
commit | a4cbd9059f23133e5f6a9ceb35cdc0c5af85e85a (patch) | |
tree | 42f1bf83e2b78d143627c2dc5d92ebee4cc814aa | |
parent | 9e450f1234c54b0492242c5cf54fc4abdbe2f3e7 (diff) | |
download | cbaines.net-a4cbd9059f23133e5f6a9ceb35cdc0c5af85e85a.tar cbaines.net-a4cbd9059f23133e5f6a9ceb35cdc0c5af85e85a.tar.gz |
Fix submodule url
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 9d9ded2..2e1f8ba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "projects/osm/healthmap/map"] path = projects/osm/healthmap/map - url = https://github.com/cbaines/health-map.git + url = git://git.cbaines.net/health-map [submodule "projects/osm/leaflet-indoor"] path = projects/osm/leaflet-indoor url = https://github.com/cbaines/leaflet-indoor.git |