diff --git a/recipes/curl/recipe.sh b/recipes/curl/recipe.sh
index 0bf0d3882973bca58f4b6312eb3d8a2a3b226523..988c35e3506d7eb7c0c53aed101d650774748d62 100644
--- a/recipes/curl/recipe.sh
+++ b/recipes/curl/recipe.sh
@@ -1,7 +1,7 @@
 VERSION="7.62.0"
 #TAR=https://curl.haxx.se/download/curl-$VERSION.tar.gz
 GIT=https://gitlab.redox-os.org/redox-os/curl.git
-GIT_BRANCH=redox
+BRANCH=redox
 BUILD_DEPENDS=(nghttp2 openssl zlib)
 DEPENDS="ca-certificates"
 
diff --git a/recipes/ion/recipe.sh b/recipes/ion/recipe.sh
index fda62673fa4cb9bad08e4b4cd1b12702997f0854..6505c4a2b2bcd96f16a6dcfb6ecf9bfae85138c4 100644
--- a/recipes/ion/recipe.sh
+++ b/recipes/ion/recipe.sh
@@ -1 +1,2 @@
 GIT=https://gitlab.redox-os.org/redox-os/ion.git
+BRANCH=redox
diff --git a/recipes/mesa/recipe.sh b/recipes/mesa/recipe.sh
index 861cb33a15dc3b4fc7d77bbfc336650023f366d7..16b053a382a3aad4a4ad778b1fa12442e7cf67bd 100644
--- a/recipes/mesa/recipe.sh
+++ b/recipes/mesa/recipe.sh
@@ -1,6 +1,6 @@
 GIT=https://gitlab.redox-os.org/redox-os/mesa.git
 GIT_UPSTREAM=git://anongit.freedesktop.org/mesa/mesa
-GIT_BRANCH=redox
+BRANCH=redox
 BUILD_DEPENDS=(expat llvm zlib)
 
 function recipe_version {