From bf2649c2fe393858c706525f8cbc66320e5ed8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sun, 5 May 2024 22:07:05 +0300 Subject: [PATCH] It is better to use the repository field --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9b9806..1af873d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Cryptape Technologies "] edition = "2021" description = "CITA VM" license = "Apache-2.0" -homepage = "https://github.com/cryptape/cita-vm" +repository = "https://github.com/cryptape/cita-vm" documentation = "https://github.com/cryptape/cita-vm/blob/master/README.md" [dependencies]