From 006eb0919028a5c4ed4d87623abf7100ef41ceef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 25 Jun 2024 12:18:38 +0300 Subject: [PATCH] It is better to use the repository field in Cargo.toml (#1) --- 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"