Add wavecore (#2089)

* Add wavecore

I also edited my other project's git URL because it is now in its own org.

* Remove space
This commit is contained in:
Zach Oakes 2021-12-18 23:38:07 +01:00 committed by GitHub
parent 7fd819c614
commit e83d395e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22546,7 +22546,7 @@
}, },
{ {
"name": "ansiwave", "name": "ansiwave",
"url": "https://github.com/oakes/ansiwave", "url": "https://github.com/ansiwave/ansiwave",
"method": "git", "method": "git",
"tags": [ "tags": [
"ansi", "ansi",
@ -22555,6 +22555,17 @@
"description": "ANSI art + MIDI music editor", "description": "ANSI art + MIDI music editor",
"license": "Public Domain" "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", "name": "minecraft_server_status",
"url": "https://github.com/GabrielLasso/minecraft_server_status", "url": "https://github.com/GabrielLasso/minecraft_server_status",