Skip to content

Commit 72b15f6

Browse files
committed
Rename framework "url" field to "homepage"
1 parent c4220ce commit 72b15f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
"package": "framework-espidf",
2828
"script": "builder/frameworks/espidf.py",
2929
"description": "ESP-IDF is the official development framework for the ESP32 and ESP32-S Series SoCs.",
30-
"url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/",
30+
"homepage": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/",
3131
"title": "Espressif IoT Development Framework"
3232
},
3333
"simba": {
3434
"package": "framework-simba",
3535
"script": "builder/frameworks/simba.py",
3636
"description": "Simba is an RTOS and build framework with aims to make embedded programming easy and portable",
37-
"url": "http://simba-os.readthedocs.org",
37+
"homepage": "http://simba-os.readthedocs.org",
3838
"title": "Simba"
3939
},
4040
"pumbaa": {
4141
"package": "framework-pumbaa",
4242
"script": "builder/frameworks/pumbaa.py",
4343
"description": "Pumbaa is Python on top of Simba. The implementation is a port of MicroPython, designed for embedded devices with limited amount of RAM and code memory",
44-
"url": "http://pumbaa.readthedocs.org/",
44+
"homepage": "http://pumbaa.readthedocs.org/",
4545
"title": "Pumbaa"
4646
}
4747
},

0 commit comments

Comments
 (0)