From e19cab865985f479dcf579cf933df14c013a4b51 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 22 Jul 2017 21:15:08 +0100 Subject: Change git:// to http:// for git.cbaines.net As git:// is no longer supported. --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6e51c9d..8a93482 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,7 +9,7 @@ url = https://github.com/Leaflet/Leaflet.markercluster.git [submodule "resources/mfd-location"] path = resources/mfd-location - url = git://git.cbaines.net/mfd-location.git + url = http://git.cbaines.net/mfd-location [submodule "resources/leaflet-locatecontrol"] path = resources/leaflet-locatecontrol url = https://github.com/domoritz/leaflet-locatecontrol.git @@ -21,7 +21,7 @@ url = https://github.com/cbaines/leaflet-indoor.git [submodule "resources/hartley-library-map-data"] path = resources/hartley-library-map-data - url = git://git.cbaines.net/hartley-library-map-data.git + url = http://git.cbaines.net/hartley-library-map-data [submodule "resources/leaflet-heat"] path = resources/leaflet-heat url = https://github.com/Leaflet/Leaflet.heat.git @@ -39,4 +39,4 @@ url = https://github.com/jquery/jquery.git [submodule "resources/uos-live.js"] path = resources/uos-live.js - url = git://git.cbaines.net/uos-live.js + url = http://git.cbaines.net/uos-live.js -- cgit v1.2.3