From 58cf8edf42f0c0304702040bcce3f924f1e77140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 25 Jun 2024 11:50:55 +0300 Subject: [PATCH] It is better to use the repository field in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04c3461..0fb16cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "img2irc-rs" version = "1.0.4" authors = ["waveplate"] github = "https://github.com/waveplate/img2irc" -homepage = "https://github.com/waveplate/img2irc" +repository = "https://github.com/waveplate/img2irc" description = "CLI utility to convert images to halfblock ANSI or IRC art with various optional post-processing filters" license = "GPL-3.0-only" readme = "README.md"