chore(submodules): update all submodule URLs to point to MythEclipse forks

Update all vendor submodules to use forks under MythEclipse account:
- vendor/discord-video-stream
- vendor/drizzle-orm
- vendor/better-sqlite3
- vendor/node-datachannel

This ensures all submodules are under your control and can be updated
independently without relying on upstream repositories.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
MythEclipse
2026-05-23 17:38:34 +07:00
co-authored by Claude Opus 4.7
parent 246919cfa0
commit 2183955133
+4 -4
View File
@@ -4,13 +4,13 @@
[submodule "vendor/discord-video-stream"]
path = vendor/discord-video-stream
url = https://github.com/dank074/discord-video-stream.git
url = https://github.com/MythEclipse/discord-video-stream.git
[submodule "vendor/drizzle-orm"]
path = vendor/drizzle-orm
url = https://github.com/drizzle-team/drizzle-orm.git
url = https://github.com/MythEclipse/drizzle-orm.git
[submodule "vendor/better-sqlite3"]
path = vendor/better-sqlite3
url = https://github.com/WiseLibs/better-sqlite3.git
url = https://github.com/MythEclipse/better-sqlite3.git
[submodule "vendor/node-datachannel"]
path = vendor/node-datachannel
url = https://github.com/Discord-RE/node-datachannel.git
url = https://github.com/MythEclipse/node-datachannel.git