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:
@@ -23,7 +23,7 @@
|
||||
"name": "Optiboot %VERSION%",
|
||||
"architecture": "avr",
|
||||
"version": "0.%VERSION%",
|
||||
"category": "Optiboot",
|
||||
"category": "Contributed",
|
||||
"help": {
|
||||
"online": ""
|
||||
},
|
||||
|
Reference in New Issue
Block a user