Update metadata.json
This commit is contained in:
parent
7ee35c27e3
commit
4cd5d99e5a
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://go.kicad.org/pcm/schemas/v1",
|
"$schema": "https://go.kicad.org/pcm/schemas/v1",
|
||||||
"name": "RetroLib: KiCad Library for 6502-related retro microchips",
|
"name": "RetroLib: Symbols for 6502-related retro chips",
|
||||||
"description": "KiCad Symbol Library for 6502 and related retro microchips",
|
"description": "KiCad Symbol Library for 6502 and related retro microchips",
|
||||||
"description_full": "You may need to manually update the library tables in the Library Manager to get the new symbols and footprints to show up: please refer to the GitHub link below for full documentation and installation instructions.\n\nThis is a library of KiCad schematic symbols for a variety of Commodore, MOS Technology and Western Design Center retro microchips, including the eponymous MOS Technologies 6502.",
|
"description_full": "You may need to manually update the library tables in the Library Manager to get the new symbols and footprints to show up: please refer to the GitHub link below for full documentation and installation instructions.\n\nThis is a library of KiCad schematic symbols for a variety of Commodore, MOS Technology and Western Design Center retro microchips, including the eponymous MOS Technologies 6502.",
|
||||||
"identifier": "com.github.alarm-siren.arduino-kicad-library",
|
"identifier": "com.github.alarm-siren.6502-kicad-library",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Nicholas Parks Young",
|
"name": "Nicholas Parks Young",
|
||||||
@ -16,15 +16,17 @@
|
|||||||
"github": "https://github.com/Alarm-Siren/6502-kicad-library"
|
"github": "https://github.com/Alarm-Siren/6502-kicad-library"
|
||||||
},
|
},
|
||||||
"tags": [
|
"tags": [
|
||||||
"footprints",
|
|
||||||
"symbols",
|
"symbols",
|
||||||
"arduino",
|
"6502",
|
||||||
"modules"
|
"MOS",
|
||||||
|
"CBM",
|
||||||
|
"WDC",
|
||||||
|
"Retro"
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"status": "testing",
|
"status": "stable",
|
||||||
"kicad_version": "6.0"
|
"kicad_version": "6.0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user