From ccfb41731b42164fcd069cd87a90bca7a19f838a Mon Sep 17 00:00:00 2001 From: Scott Hutton Date: Tue, 14 Nov 2023 10:27:55 -0800 Subject: [PATCH] clamav-sys: Correct homepage URL --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 86912f06b8..43556ce9bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = [ categories = ["external-ffi-bindings"] description = "ClamAV low level bindings for Rust" edition = "2021" -homepage = "https://github.com/zaddach/clamav-sys/" +homepage = "https://github.com/Cisco-Talos/clamav-sys/" license = "GPL-2.0" name = "clamav-sys" repository = "https://github.com/Cisco-Talos/clamav-sys/"