Skip to content

Commit

Permalink
Use correct category value in JSON index file
Browse files Browse the repository at this point in the history
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
  • Loading branch information
per1234 committed Jul 3, 2015
1 parent eec48bb commit 5353662
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"name": "Optiboot %VERSION%",
"architecture": "avr",
"version": "0.%VERSION%",
"category": "Optiboot",
"category": "Contributed",
"help": {
"online": ""
},
Expand Down

0 comments on commit 5353662

Please sign in to comment.