From f8cb0619f33eca56ebac3ed2a19a82be8b439038 Mon Sep 17 00:00:00 2001 From: lukasmartinelli Date: Wed, 2 Nov 2016 17:08:48 +0100 Subject: [PATCH] Use HTTPS endpoint for submodule --- .gitmodules | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index b63e9721..ca9a4e79 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "editor"] - path = editor - url = git@github.com:maputnik/editor.git + path = editor + url = https://github.com/maputnik/editor.git branch = master diff --git a/README.md b/README.md index 61d115d0..2cce64ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Maputnik Desktop +# Maputnik Desktop [![Build Status](https://travis-ci.org/maputnik/desktop.svg?branch=master)](https://travis-ci.org/maputnik/desktop) A Golang based cross platform executable for integrating Maputnik locally. The idea is to package up the JavaScript and CSS bundle produced by [maputnik/editor](https://github.com/maputnik/desktop)