From 2c9c56ef91b3d75916e07d7141856142b222ec3e Mon Sep 17 00:00:00 2001 From: Davide Galassi Date: Fri, 28 Feb 2025 17:38:43 +0100 Subject: [PATCH] Fix repo ref typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 512489d..54e4ab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "Davide Galassi " ] license = "MIT" description = "Elliptic curve VRF with additional data" keywords = [ "cryptography", "vrf", "ring-vrf", "zk-snark" ] -repository = "https://github.com/davxy/ark-ecvrf" +repository = "https://github.com/davxy/ark-ec-vrfs" [dependencies] ark-ec = { version = "0.5", default-features = false }