diff --git a/Cargo.toml b/Cargo.toml index 2406b85..8f83a73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Stephen Waits "] description = "A practical Rust toolkit for heuristic single-, multi-, and many-objective optimization." license = "MIT" readme = "README.md" -repository = "https://github.com/swaits/heuropt" +repository = "https://git.swaits.com/swaits/heuropt" homepage = "https://github.com/swaits/heuropt" documentation = "https://docs.rs/heuropt" keywords = ["optimization", "evolutionary", "nsga", "pareto", "moead"]