From 34f9eeaf5cf9026f9456172a06a2a443937ff388 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Wed, 1 Oct 2025 13:26:34 -0300 Subject: [PATCH] cargo: fix description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 804fe19..5244fe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Bruno Garcia "] description = "Mutation testing tool for Bitcoin Core" license = "MIT" -repository = "https://github.com/brunoerg/mutation-core" +repository = "https://github.com/brunoerg/bcore-mutation" readme = "README.md" [[bin]]