From 66632586b8948a312bc7dd63683c3f24bd112cbd Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Wed, 15 Oct 2025 16:52:19 +0200 Subject: [PATCH] fix: moved submodules to gitea --- .gitmodules | 4 ++-- pasm | 2 +- patate-crypter | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 043c48b..14537be 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "patate-crypter"] path = patate-crypter - url = https://github.com/ALittlePatate/patate-crypter + url = https://git.patate.dev/patate/patate-crypter.git [submodule "pasm"] path = pasm - url = https://github.com/ALittlePatate/pasm + url = https://git.patate.dev/patate/pasm.git diff --git a/pasm b/pasm index fff046f..311c42f 160000 --- a/pasm +++ b/pasm @@ -1 +1 @@ -Subproject commit fff046f8603f08fab357cf66d4425ffecec8cbb6 +Subproject commit 311c42fad7b78b7e6a0701e0cf44e40349d801a6 diff --git a/patate-crypter b/patate-crypter index 15c8e78..89883c9 160000 --- a/patate-crypter +++ b/patate-crypter @@ -1 +1 @@ -Subproject commit 15c8e787e296611fdd2d7907dbfbed10fbb05a95 +Subproject commit 89883c9153cfd33ba1bcdcfce337ac0faaab84c0