From 19e6bff9cd301dba4f58ffc7e68413c0715916fb Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 30 Apr 2015 07:53:55 -0700 Subject: [PATCH] use https for submodule so that travis (and others) can clone --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f2fa9aa8d..cb1be0104 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "test/data"] path = test/data - url = git@github.com:mapnik/test-data + url = https://github.com/mapnik/test-data.git