From: Matt Corallo Date: Mon, 5 Feb 2024 04:47:14 +0000 (+0000) Subject: Fix repository link X-Git-Tag: v0.5.4~114 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;ds=sidebyside;h=261f45322cd257d7a1974b42e47de7653ec212b0;p=dnssec-prover Fix repository link --- 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"]