Fixed commas in meta file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
4
.meta
4
.meta
@@ -6,7 +6,7 @@
|
||||
"firmware/keyboard": "https://git.mtgames.nl/z80/keyboard",
|
||||
"hardware/library": "https://git.mtgames.nl/z80/library",
|
||||
"hardware/memory": "https://git.mtgames.nl/z80/memory",
|
||||
"hardware/keyboard": "https://git.mtgames.nl/z80/keyboard-hardware"
|
||||
"hardware/keyboard": "https://git.mtgames.nl/z80/keyboard-hardware",
|
||||
"software/cpm": "https://git.mtgames.nl/z80/cpm",
|
||||
"software/crt": "https://git.mtgames.nl/z80/crt",
|
||||
"software/loader": "https://git.mtgames.nl/z80/loader",
|
||||
@@ -18,6 +18,6 @@
|
||||
"tools/emulator": "https://git.mtgames.nl/z80/emulator",
|
||||
"tools/mount-cpm": "https://git.mtgames.nl/z80/mount-cpm",
|
||||
"tools/setup": "https://git.mtgames.nl/z80/setup",
|
||||
"tools/upload": "https://git.mtgames.nl/z80/upload",
|
||||
"tools/upload": "https://git.mtgames.nl/z80/upload"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user