diff --git a/Cargo.toml b/Cargo.toml
index 4ea1e5b0b777fb0080f73103cd7fffa60085813a..db195fdd1dd450d7bd5f58f257498bfbe86c9291 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ kayak_render_macros = { path = "kayak_render_macros" }
 [dev-dependencies]
 bevy = { git = "https://github.com/bevyengine/bevy" }
 
-[patch."https://github.com/bevyengine/bevy"] # < Fails here because you can't patch using the same URL :(
+[patch."https://github.com/bevyengine/bevy"]
 bevy = { git = "https://github.com/bevyengine//bevy", rev = "50b3f27a767e3b538694d5e7b3ccfdffca647f1b" }
 
 [[example]]