Rename framework "url" field to "homepage"

This commit is contained in:
Ivan Kravets
2020-06-25 13:32:07 +03:00
parent c4220ce463
commit 72b15f68c2
+3 -3
View File
@@ -27,21 +27,21 @@
"package": "framework-espidf",
"script": "builder/frameworks/espidf.py",
"description": "ESP-IDF is the official development framework for the ESP32 and ESP32-S Series SoCs.",
"url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/",
"homepage": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/",
"title": "Espressif IoT Development Framework"
},
"simba": {
"package": "framework-simba",
"script": "builder/frameworks/simba.py",
"description": "Simba is an RTOS and build framework with aims to make embedded programming easy and portable",
"url": "http://simba-os.readthedocs.org",
"homepage": "http://simba-os.readthedocs.org",
"title": "Simba"
},
"pumbaa": {
"package": "framework-pumbaa",
"script": "builder/frameworks/pumbaa.py",
"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",
"url": "http://pumbaa.readthedocs.org/",
"homepage": "http://pumbaa.readthedocs.org/",
"title": "Pumbaa"
}
},