From 261f45322cd257d7a1974b42e47de7653ec212b0 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 5 Feb 2024 04:47:14 +0000 Subject: [PATCH] Fix repository link --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af51720..2177bb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "dnssec-prover" version = "0.1.0" authors = ["Matt Corallo"] license = "MIT OR Apache-2.0" -repository = "https://git.bitcoin.ninja/dnssec-prover" +repository = "https://git.bitcoin.ninja/index.cgi?p=dnssec-prover" description = "A simple crate which allows for the creation and validation of transferrable proofs of entries in the DNS." keywords = ["dns", "dnssec", "rfc9102", "no-std"] categories = ["cryptography", "no-std"] -- 2.30.2