From 3a618eeb044054859a09dd645c6a3da02a00a484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sun, 5 May 2024 17:57:15 +0300 Subject: [PATCH] it is better to use the repository field to link to the repository --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d2fd1f41..82a4cc2a 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -8,7 +8,7 @@ description = "Check files and hashes for malicious content." readme = "Readme.md" keywords = ["malware", "anti-virus", "security"] categories = ["api-bindings"] -homepage = "https://github.com/GDATASoftwareAG/vaas" +repository = "https://github.com/GDATASoftwareAG/vaas" [dependencies] websockets = "0.3.0"