From 28eb393dc5b320bff602a85c869248300e96bac3 Mon Sep 17 00:00:00 2001 From: Marius Date: Sat, 26 Dec 2015 22:34:25 +0100 Subject: [PATCH] Use HTTPS- instead of SSH url for submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 005d3d1..4160413 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendor/github.com/nightlyone/lockfile"] path = vendor/github.com/nightlyone/lockfile - url = git@github.com:nightlyone/lockfile.git + url = https://github.com/nightlyone/lockfile.git