From a336887baa182540a5ce3abd34a35a7dccae380d Mon Sep 17 00:00:00 2001 From: Jonathan Dygert Date: Tue, 15 Oct 2024 13:30:34 -0400 Subject: [PATCH] Fix repo typo (#3) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78901a5..9d31fd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["SpiderOak, Inc."] license = "MIT" description = "BoringSSL FFI bindings" -repository = "https://github.com/aranya-platform/aranya-bssl-sys" +repository = "https://github.com/aranya-project/aranya-bssl-sys" links = "boringssl" readme = "README.md" categories = ["cryptography", "external-ffi-bindings"]