1
0
mirror of https://github.com/Optiboot/optiboot.git synced 2025-09-04 12:02:07 +03:00

Use correct category value in JSON index file

Per https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.6.x---package_index.json-format-specification:
> category: this field is reserved, a 3rd party core must set it to Contributed
This commit is contained in:
per1234
2015-07-03 14:17:19 -07:00
parent eec48bbe1d
commit 53536624f2

View File

@@ -23,7 +23,7 @@
"name": "Optiboot %VERSION%",
"architecture": "avr",
"version": "0.%VERSION%",
"category": "Optiboot",
"category": "Contributed",
"help": {
"online": ""
},