From 9ada0d9674bc93de2aadccd8465def5ed0dba379 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sun, 2 Jun 2019 11:05:56 -0600
Subject: [PATCH] Fix ion by reverting

---
 recipes/curl/recipe.sh | 2 +-
 recipes/ion/recipe.sh  | 1 +
 recipes/mesa/recipe.sh | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/curl/recipe.sh b/recipes/curl/recipe.sh
index 0bf0d3882..988c35e35 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 fda62673f..6505c4a2b 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 861cb33a1..16b053a38 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 {
-- 
GitLab