From 1ce2af48196778d6db3e1d6e8397bc5582a792e1 Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Wed, 24 Oct 2012 07:34:30 +1300 Subject: [PATCH] Changed libopencm3 url to https. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 27f56389..c4a0df17 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "libopencm3"] path = libopencm3 - url = git@github.com:libopencm3/libopencm3.git + url = https://github.com/libopencm3/libopencm3.git