From 0db613c2f395823f23e5dc9ffe0d5f1cef754658 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Sat, 1 Oct 2022 16:57:20 -0600
Subject: [PATCH] Update winit

---
 recipes/winit/recipe.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/winit/recipe.sh b/recipes/winit/recipe.sh
index 8f18b82ca..4ac8f27c6 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 {
-- 
GitLab