diff --git a/Cargo.toml b/Cargo.toml index e38fb71..85bd49b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" description = "Detect and Act on unauthorized access of any kind from any source." authors = ["jkoontsiii@gmail.com"] license = "MIT" -repository = "https://github.com/helloimalemur/watchman" -homepage = "https://github.com/helloimalemur/watchman" -documentation = "https://github.com/helloimalemur/watchman#readme" +repository = "https://code.koonts.net/helloimalemur/watchman" +homepage = "https://code.koonts.net/helloimalemur/watchman" +documentation = "https://code.koonts.net/helloimalemur/watchman#readme" rust-version = "1.70" keywords = ["file-integrity", "filesystem-integrity", "change-detection", "watchman"] categories = ["command-line-utilities", "filesystem", "network-programming"]