From 3c2412e2394b6732f8a41c31e9019936f9177bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 10 Jun 2025 10:30:38 +0300 Subject: [PATCH] (chore) Update Cargo.toml use repository instead of homepage --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index eb40c881..49b1547e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ name = "reinfer-cli" version = "0.38.0" description = "Command line interface for Re:infer, the conversational data intelligence platform" -homepage = "https://github.com/reinfer/cli" +repository = "https://github.com/reinfer/cli" readme = "README.md" authors = ["reinfer Ltd. "] license = "Apache-2.0"