mirror of
https://github.com/Optiboot/optiboot.git
synced 2025-09-07 10:27:21 +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:
@@ -23,7 +23,7 @@
|
|||||||
"name": "Optiboot %VERSION%",
|
"name": "Optiboot %VERSION%",
|
||||||
"architecture": "avr",
|
"architecture": "avr",
|
||||||
"version": "0.%VERSION%",
|
"version": "0.%VERSION%",
|
||||||
"category": "Optiboot",
|
"category": "Contributed",
|
||||||
"help": {
|
"help": {
|
||||||
"online": ""
|
"online": ""
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user