From 5e68c2e8dd34a7f03adc661b532af83279976937 Mon Sep 17 00:00:00 2001 From: helloimalemur Date: Wed, 17 Sep 2025 13:52:34 -0400 Subject: [PATCH] . --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"]