From 21839551337b9795ea38971003a216c14bc37f57 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Sat, 23 May 2026 17:38:34 +0700 Subject: [PATCH] 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 --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 043a100..707453a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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