From 8aaa385ed529ee1a77442eee3f11a97c01872d90 Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Sat, 24 Oct 2015 02:51:07 -0400 Subject: [PATCH] use the github url public url in module.json --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index 2e425df..82bdf38 100644 --- a/module.json +++ b/module.json @@ -10,7 +10,7 @@ ], "author": "Rohit Grover", "repository": { - "url": "git@github.com:ARMmbed/ble.git", + "url": "https://github.com/ARMmbed/ble.git", "type": "git" }, "homepage": "http://mbed.org/ble",