Browse Source

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
per1234 9 years ago
parent
commit
53536624f2

+ 1 - 1
optiboot/package_optiboot_optiboot-additional_index.json.TEMPLATE

@@ -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": ""
           },
           },