From 495b09740a6ffbe01d10097aac4cf333dd392e69 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 739fd32..601bde2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.40" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "] -repository = "https://github.com/redox-os/syscall" +repository = "https://gitlab.redox-os.org/redox-os/syscall" documentation = "https://docs.rs/redox_syscall" [lib]