From 33511ee52ae0f14443790d9a5e8fa5f14b7e42f8 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Wed, 23 Dec 2015 08:39:10 +1100 Subject: [PATCH] Retarget repository URL --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 416f953..ae3a70e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,9 +16,9 @@ authors = ["Brendan Zabarauskas ", license = "Apache-2.0" description = "A linear algebra and mathematics library for computer graphics." -documentation = "http://bjz.github.io/cgmath-rs" -homepage = "https://github.com/bjz/cgmath-rs" -repository = "https://github.com/bjz/cgmath-rs" +documentation = "http://bjz.github.io/cgmath" +homepage = "https://github.com/bjz/cgmath" +repository = "https://github.com/bjz/cgmath" readme = "README.md" keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]