From 1a56805d481f71a8aea82370b3a4685458993f74 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 16 Jun 2019 19:57:00 -0600 Subject: [PATCH] Switch orbital to master branch --- recipes/orbital/recipe.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/orbital/recipe.sh b/recipes/orbital/recipe.sh index c1e763057..68484f398 100644 --- a/recipes/orbital/recipe.sh +++ b/recipes/orbital/recipe.sh @@ -1,4 +1,3 @@ GIT=https://gitlab.redox-os.org/redox-os/orbital.git -BRANCH=redox-unix CARGOFLAGS="--bin orbital -- -C lto" DEPENDS="orbdata"