From 76cf0bc28e6ec9718680060d34318969bf5f31a6 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Sat, 2 May 2026 13:21:37 -0700 Subject: [PATCH] ctutils: fixup homepage url --- ctutils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctutils/Cargo.toml b/ctutils/Cargo.toml index 0d6e1b62..e818fb87 100644 --- a/ctutils/Cargo.toml +++ b/ctutils/Cargo.toml @@ -8,7 +8,7 @@ architecture-specific predication intrinsics. Heavily inspired by the `subtle` c version = "0.4.2" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" -homepage = "https://github.com/RustCrypto/utils/tree/master/ctselect" +homepage = "https://github.com/RustCrypto/utils/tree/master/ctutils" repository = "https://github.com/RustCrypto/utils" categories = ["cryptography", "no-std"] keywords = ["constant-time", "crypto", "intrinsics"]