From 7f623d5740e7cc008d9eb9eaa1e6e5530e644377 Mon Sep 17 00:00:00 2001 From: Stephen Waits Date: Mon, 31 Aug 2026 17:19:15 -0600 Subject: [PATCH] chore: point repository at git.swaits.com --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]