Use HTTPS endpoint for submodule

This commit is contained in:
lukasmartinelli
2016-11-02 17:08:48 +01:00
parent d874b2503b
commit f8cb0619f3
2 changed files with 3 additions and 3 deletions

4
.gitmodules vendored
View File

@@ -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

View File

@@ -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)