From d477e00ec8c44c1de17fe342705e7d83c95a4e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Thu, 18 Apr 2024 07:28:17 +0300 Subject: [PATCH] replace homepage by repository and fix link This is the better field for the repository url and the name has a dash not and underscore. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c1e102..05a9bbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.10.2" edition = "2021" authors = ["Jan Starke ", "Deborah Mahn "] description = "CLI tools for digital forensics and incident response" -homepage = "https://www.github.com/dfir-dd/dfir_toolkit" +repository = "https://github.com/dfir-dd/dfir-toolkit" license = "GPL-3.0" [package.metadata.deb]