From a9fcf79c1133d0e3570b8d6b3e82f0bf2e2a82bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sun, 5 May 2024 18:37:51 +0300 Subject: [PATCH] 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 aacbc20..7ad1e69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rspotd-cli" version = "0.4.0" edition = "2021" description = "Generate ARRIS/Commscope password-of-the-day for modems using rspotd library" -homepage = "https://github.com/SnailShea/rspotd-cli" +repository = "https://github.com/SnailShea/rspotd-cli" license = "MIT OR Apache-2.0" keywords = ["arris", "commscope", "modem", "docsis", "potd"]