From e83d395e7f1c0f0d5a5e6541642c5b88e7cebcd1 Mon Sep 17 00:00:00 2001 From: Zach Oakes Date: Sat, 18 Dec 2021 23:38:07 +0100 Subject: [PATCH] Add wavecore (#2089) * Add wavecore I also edited my other project's git URL because it is now in its own org. * Remove space --- packages.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 25fcffa..c15f1a9 100644 --- a/packages.json +++ b/packages.json @@ -22546,7 +22546,7 @@ }, { "name": "ansiwave", - "url": "https://github.com/oakes/ansiwave", + "url": "https://github.com/ansiwave/ansiwave", "method": "git", "tags": [ "ansi", @@ -22555,6 +22555,17 @@ "description": "ANSI art + MIDI music editor", "license": "Public Domain" }, + { + "name": "wavecore", + "url": "https://github.com/ansiwave/wavecore", + "method": "git", + "tags": [ + "database", + "networking" + ], + "description": "Client and server database and networking utils", + "license": "Public Domain" + }, { "name": "minecraft_server_status", "url": "https://github.com/GabrielLasso/minecraft_server_status",