From c2c8d6bf371433a3158fda769829714c5b99f62a Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sat, 11 Jan 2020 02:23:13 +0100 Subject: Move Alacritty to organization This fixes various outdated links pointing to the old jwilm/alacritty repository. Since `copypasta` now has its own github repository at https://github.com/alacritty/copypasta, the sources have been removed from Alacritty. --- alacritty/src/display.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alacritty/src') diff --git a/alacritty/src/display.rs b/alacritty/src/display.rs index cd526d97..317c8758 100644 --- a/alacritty/src/display.rs +++ b/alacritty/src/display.rs @@ -214,7 +214,7 @@ impl Display { // Set window position // // TODO: replace `set_position` with `with_position` once available - // Upstream issue: https://github.com/tomaka/winit/issues/806 + // Upstream issue: https://github.com/rust-windowing/winit/issues/806 if let Some(position) = config.window.position { window.set_outer_position(PhysicalPosition::from((position.x, position.y))); } -- cgit