Change all repo URLs to be meshtastic... instead of geeksville...

This commit is contained in:
Kevin Hester
2020-03-02 15:13:33 -08:00
parent 4bb308c80c
commit e01680cd4b
5 changed files with 20 additions and 18 deletions

View File

@@ -2,13 +2,11 @@
"name": "BluetoothOTA",
"keywords": "esp32, bluetooth",
"description": "A BTLE based software OTA update tool",
"repository":
{
"repository": {
"type": "git",
"url": "https://github.com/geeksville/fixme.git"
},
"authors":
[
"authors": [
{
"name": "Kevin Hester",
"email": "kevinh@geeksville.com",
@@ -20,11 +18,15 @@
"frameworks": "arduino",
"platforms": "*",
"dependencies": [
{ "name": "Update" },
{ "name": "ESP32 BLE Arduino" },
{
"name": "Update"
},
{
"name": "ESP32 BLE Arduino"
},
{
"name": "arduino-fsm",
"version": "https://github.com/geeksville/arduino-fsm.git"
"version": "https://github.com/meshtastic/arduino-fsm.git"
}
]
}
}