diff --git a/Cargo.toml b/Cargo.toml index 436a822b..ed2c9ba0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices." documentation = "http://nalgebra.org/rustdoc/nalgebra/index.html" homepage = "http://nalgebra.org" -repository = "https://github.com/sebcrozet/nalgebra" +repository = "https://github.com/rustsim/nalgebra" readme = "README.md" categories = [ "science" ] keywords = [ "linear", "algebra", "matrix", "vector", "math" ] diff --git a/nalgebra-lapack/Cargo.toml b/nalgebra-lapack/Cargo.toml index 3a48e133..e21891c1 100644 --- a/nalgebra-lapack/Cargo.toml +++ b/nalgebra-lapack/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "Sébastien Crozet ", "Andrew Straw