From 41a533c6461cf7030eab92a13b72fa76b87dbd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Foorack=20/=20Max=20Fax=C3=A4lv?= Date: Mon, 1 Apr 2024 12:28:33 +0200 Subject: [PATCH] chore(cargo): update homepage to repository --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18ef0615..4b1c9e6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Derevtsov Konstantin "] description = """ BugStalker is a modern and lightweight debugger for rust applications. """ -homepage = "https://github.com/godzie44/BugStalker" +repository = "https://github.com/godzie44/BugStalker" keywords = ["debugger", "debug", "gdb"] categories = ["command-line-utilities", "development-tools::debugging"] build = "build.rs"