From aa30cd9a5dfda12be6200a44a78dc4ccfb864f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sat, 7 Jun 2025 15:24:18 +0300 Subject: [PATCH] Update Cargo.toml use repository instead of homepage --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea5f1a0..a0abdfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "0.1.3" edition = "2021" license = "MIT" readme = "README.md" -homepage = "https://github.com/mpasson/REMSOL" +repository = "https://github.com/mpasson/REMSOL" exclude = [ ".github/*", "docs/*",