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_terminal/src/term/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alacritty_terminal/src/term/mod.rs') diff --git a/alacritty_terminal/src/term/mod.rs b/alacritty_terminal/src/term/mod.rs index acd14e7e..3e8d8618 100644 --- a/alacritty_terminal/src/term/mod.rs +++ b/alacritty_terminal/src/term/mod.rs @@ -395,7 +395,7 @@ impl<'a, C> Iterator for RenderableCellsIter<'a, C> { inner: self.grid[self.cursor], column: self.cursor.col, // Using `self.cursor.line` leads to inconsitent cursor position when - // scrolling. See https://github.com/jwilm/alacritty/issues/2570 for more + // scrolling. See https://github.com/alacritty/alacritty/issues/2570 for more // info. line: self.inner.line(), }; -- cgit