From b613cb315fbc24dbff133e545db6621ba24c1fd9 Mon Sep 17 00:00:00 2001 From: a dinosaur Date: Tue, 4 Nov 2025 21:16:20 +1100 Subject: [PATCH] Change `homepage` to `repository` --- Cargo.toml | 2 +- jaarg/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2d13b8e..f2b864b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ version = "0.1.1" license = "MIT" edition = "2021" description = "It can parse your arguments you should use it it's called jaarg" -homepage = "https://github.com/gay-pizza/jaarg" +repository = "https://github.com/gay-pizza/jaarg" authors = ["Gay Pizza Specifications"] [profile.release] diff --git a/jaarg/Cargo.toml b/jaarg/Cargo.toml index 1389349..cfbd249 100644 --- a/jaarg/Cargo.toml +++ b/jaarg/Cargo.toml @@ -4,7 +4,7 @@ version.workspace = true license.workspace = true edition.workspace = true description.workspace = true -homepage.workspace = true +repository.workspace = true authors.workspace = true [features]