From 5604328da738328c4f0864c449aa9f977434ea87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 25 Jun 2024 10:42:46 +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 aead59b..c45341a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.2" edition = "2021" authors = ["sharkLoc "] rust-version = "1.71.0" -homepage = "https://github.com/sharkLoc/gffkit" +repository = "https://github.com/sharkLoc/gffkit" description = "gffkit: A simple program for gff3 file manipulation" keywords = ["gff", "gene","bio", "hts"] readme = "README.md"