diff --git a/recipes/game-2048/recipe.sh b/recipes/game-2048/recipe.sh
index d04f470b4188caf94212cd53d658652cf09360ad..c6a46587e4c5f26a82ecf30c911c7fcddafdcb37 100644
--- a/recipes/game-2048/recipe.sh
+++ b/recipes/game-2048/recipe.sh
@@ -1,2 +1,2 @@
-GIT=https://github.com/redox-os/2048-rs.git
+GIT=https://gitlab.redox-os.org/redox-os/2048-rs.git
 GIT_UPSTREAM=https://github.com/pierrechevalier83/2048-rs.git
diff --git a/recipes/gcc/recipe.sh b/recipes/gcc/recipe.sh
index a6681a1f23e269819ed3fbe0dae88cf675899e65..f7ad69a309c31b972ff933509c902366643d08fa 100644
--- a/recipes/gcc/recipe.sh
+++ b/recipes/gcc/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/gcc.git
+GIT=https://gitlab.redox-os.org/redox-os/gcc.git
 BRANCH=redox
 DEPENDS="gnu-binutils newlib"
 
diff --git a/recipes/gnu-binutils/recipe.sh b/recipes/gnu-binutils/recipe.sh
index 1176b38547b2d514a0740f247309afeacc63e395..6e7f7131d4b4aebacf69e87251cfc1cbb6a66b79 100644
--- a/recipes/gnu-binutils/recipe.sh
+++ b/recipes/gnu-binutils/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/binutils-gdb.git
+GIT=https://gitlab.redox-os.org/redox-os/binutils-gdb.git
 
 function recipe_version {
     printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
diff --git a/recipes/miniserve/recipe.sh b/recipes/miniserve/recipe.sh
index ba583ea3af9e95149c90e2afc279d23783ab3283..9ae5bb15d876bcb0d23eeb2145dfea63f1a34fb0 100644
--- a/recipes/miniserve/recipe.sh
+++ b/recipes/miniserve/recipe.sh
@@ -1,2 +1,2 @@
-GIT=https://github.com/redox-os/miniserve
+GIT=https://gitlab.redox-os.org/redox-os/miniserve
 BUILD_DEPENDS=(openssl zlib)
diff --git a/recipes/netdb/recipe.sh b/recipes/netdb/recipe.sh
index f1c3cf9782f7c0f66acc68b4eb40b32e5f4e2a59..638f3d251a3d50e36a00cc7a9986411fbf47f3a8 100644
--- a/recipes/netdb/recipe.sh
+++ b/recipes/netdb/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/netdb
+GIT=https://gitlab.redox-os.org/redox-os/netdb
 
 function recipe_version {
     printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
@@ -21,7 +21,7 @@ function recipe_test {
 }
 
 function recipe_clean {
-    echo "skipping clean" 
+    echo "skipping clean"
     skip=1
 }
 
diff --git a/recipes/newlib/recipe.sh b/recipes/newlib/recipe.sh
index 58387f7302e99b158448861eef8ba07d5e6f9d46..cb92eb327bd2e121d7c88ba2f483e643075c3e77 100644
--- a/recipes/newlib/recipe.sh
+++ b/recipes/newlib/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/newlib.git
+GIT=https://gitlab.redox-os.org/redox-os/newlib.git
 BRANCH=redox
 
 function recipe_version {
diff --git a/recipes/newlibtest/recipe.sh b/recipes/newlibtest/recipe.sh
index b2bedf8369c129165cbeabba5aab0d5191832882..5c34bd423a7c1d3c4016862fa264e4122bb970b7 100644
--- a/recipes/newlibtest/recipe.sh
+++ b/recipes/newlibtest/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/newlibtest.git
+GIT=https://gitlab.redox-os.org/redox-os/newlibtest.git
 BUILD_DEPENDS=(newlib)
 
 function recipe_version {
diff --git a/recipes/openttd-opengfx/recipe.sh b/recipes/openttd-opengfx/recipe.sh
index 726579abba9fd60c6eb1aabca54bde6811782f70..4ed7e56d9a2475559c7439ece7560f6cab8181d2 100644
--- a/recipes/openttd-opengfx/recipe.sh
+++ b/recipes/openttd-opengfx/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/openttd-opengfx.git
+GIT=https://gitlab.redox-os.org/redox-os/openttd-opengfx.git
 
 function recipe_version {
     echo "0.5.2"
@@ -30,5 +30,3 @@ function recipe_stage {
     cp -Rv ./* "$1/share/games/openttd/baseset/opengfx"
     skip=1
 }
-
-
diff --git a/recipes/pkgutils/recipe.sh b/recipes/pkgutils/recipe.sh
index 28a677cdb18b043934b67e0494dbf5e89d1e20d1..9af1a437852b8f7276852c16e204d729f8446c7d 100644
--- a/recipes/pkgutils/recipe.sh
+++ b/recipes/pkgutils/recipe.sh
@@ -1 +1 @@
-GIT=https://github.com/redox-os/pkgutils.git
+GIT=https://gitlab.redox-os.org/redox-os/pkgutils.git
diff --git a/recipes/redox-ssh/recipe.sh b/recipes/redox-ssh/recipe.sh
index 9d4dcb488c0521f8d5e369ba015d34289755d6e4..fb6f790a0f46a5dba380059956707d9885c60fe3 100644
--- a/recipes/redox-ssh/recipe.sh
+++ b/recipes/redox-ssh/recipe.sh
@@ -1 +1 @@
-GIT=https://github.com/redox-os/redox-ssh.git
+GIT=https://gitlab.redox-os.org/redox-os/redox-ssh.git
diff --git a/recipes/relibc/recipe.sh b/recipes/relibc/recipe.sh
index 60aa60c7aa53e9635c0f25f66d2fe7ede5821943..a77135ce4b12e21eedd0204c8975dbdfed7407ba 100644
--- a/recipes/relibc/recipe.sh
+++ b/recipes/relibc/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/relibc.git
+GIT=https://gitlab.redox-os.org/redox-os/relibc.git
 
 function recipe_build {
     make
diff --git a/recipes/rs-nes/recipe.sh b/recipes/rs-nes/recipe.sh
index 840cab934a5136e896cf09008dc997bc0ceee051..73aa9ef84ce916c4f640a6b3bda91bc4f4618f59 100755
--- a/recipes/rs-nes/recipe.sh
+++ b/recipes/rs-nes/recipe.sh
@@ -1,3 +1,3 @@
-GIT=https://github.com/redox-os/rs-nes.git
+GIT=https://gitlab.redox-os.org/redox-os/rs-nes.git
 GIT_UPSTREAM=https://github.com/bgourlie/rs-nes.git
 DEPENDS="orbital"
diff --git a/recipes/rust/recipe.sh b/recipes/rust/recipe.sh
index 0ee45283b05b10b6fb6f37dc2244d15bb57131df..d24f3ae851c21988e2a304939ccf97aaf726d25e 100644
--- a/recipes/rust/recipe.sh
+++ b/recipes/rust/recipe.sh
@@ -1,8 +1,8 @@
-GIT=https://github.com/redox-os/rust.git
+GIT=https://gitlab.redox-os.org/redox-os/rust.git
 BRANCH=compile-redox
 DEPENDS="gcc cargo"
 
-LLVM_GIT="https://github.com/redox-os/llvm.git"
+LLVM_GIT="https://gitlab.redox-os.org/redox-os/llvm.git"
 LLVM_SOURCE="$(realpath -m llvm-source)"
 LLVM_BUILD="$(realpath -m llvm-build)"
 LLVM_PREFIX="$(realpath -m llvm-prefix)"
diff --git a/recipes/rust64/recipe.sh b/recipes/rust64/recipe.sh
index 441a34a196a5d44a960bdc9683550defc0b99cdd..27ddfa89078b869362fadbafec5416a6376f9ac3 100755
--- a/recipes/rust64/recipe.sh
+++ b/recipes/rust64/recipe.sh
@@ -1,3 +1,3 @@
-GIT=https://github.com/redox-os/rust64.git
+GIT=https://gitlab.redox-os.org/redox-os/rust64.git
 GIT_UPSTREAM=https://github.com/kondrak/rust64.git
 DEPENDS="orbital"
diff --git a/recipes/rustual-boy/recipe.sh b/recipes/rustual-boy/recipe.sh
index 8706fcf18b438b76d19179685ea1a9c5e49da38b..78a499adde2dc7ad230b535686fc535522710b88 100755
--- a/recipes/rustual-boy/recipe.sh
+++ b/recipes/rustual-boy/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/rustual-boy.git
+GIT=https://gitlab.redox-os.org/redox-os/rustual-boy.git
 GIT_UPSTREAM=https://github.com/emu-rs/rustual-boy.git
 DEPENDS="orbital"