From 130fc9acf5e23295674bb6096f9ad6c2d9645653 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 12 Jun 2018 12:30:45 -0600 Subject: [PATCH] Update links to gitlab --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 617be70..a4dca1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "termion" version = "1.5.1" authors = ["ticki ", "gycos ", "IGI-111 "] description = "A bindless library for manipulating terminals." -repository = "https://github.com/redox-os/termion" +repository = "https://gitlab.redox-os.org/redox-os/termion" documentation = "https://docs.rs/termion" license = "MIT" keywords = ["tty", "color", "terminal", "password", "tui"]