From 4cd5d99e5a1817c95b66de684be80041ac338790 Mon Sep 17 00:00:00 2001 From: Nicholas Parks Young <21121685+Alarm-Siren@users.noreply.github.com> Date: Sat, 20 May 2023 23:19:43 +0100 Subject: [PATCH] Update metadata.json --- metadata.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/metadata.json b/metadata.json index 612a6b3..6d20976 100644 --- a/metadata.json +++ b/metadata.json @@ -1,9 +1,9 @@ { "$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_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", "author": { "name": "Nicholas Parks Young", @@ -16,15 +16,17 @@ "github": "https://github.com/Alarm-Siren/6502-kicad-library" }, "tags": [ - "footprints", "symbols", - "arduino", - "modules" + "6502", + "MOS", + "CBM", + "WDC", + "Retro" ], "versions": [ { "version": "3.0.0", - "status": "testing", + "status": "stable", "kicad_version": "6.0" } ]