From 5070fe1f44f925764c81476e4b73c334ecec6880 Mon Sep 17 00:00:00 2001 From: UneBaguette <28904802+UneBaguette@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:25:48 +0200 Subject: [PATCH] chore: update repository in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b1885d..9cc6718 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["oprf", "voprf", "cryptography", "oblivious-prf"] license = "MIT" name = "voprf-vx" readme = "README.md" -repository = "https://github.com/facebook/voprf/" +repository = "https://github.com/vexahub/voprf-vx/" rust-version = "1.87" version = "1.0.0-pre.0"