diff --git a/recipes/winit/recipe.sh b/recipes/winit/recipe.sh
index 8f18b82ca87b2974ffabfcef797726eddbe38e43..4ac8f27c68f4c6a2e4db88c81e46fe0d00ba2ac0 100644
--- a/recipes/winit/recipe.sh
+++ b/recipes/winit/recipe.sh
@@ -1,6 +1,6 @@
 GIT=https://gitlab.redox-os.org/redox-os/winit.git
-GIT_UPSTREAM=https://github.com/tomaka/winit.git
-BRANCH=redox
+GIT_UPSTREAM=https://github.com/rust-windowing/winit.git
+BRANCH=redox-0.27
 CARGOFLAGS="--example window"
 
 function recipe_stage {