From 3db58e570d9cb4910a939217dc6e0bc9f74daad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Thu, 21 Nov 2024 11:30:39 +0200 Subject: [PATCH] chore: Use the repository instead of the homepage field in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07cca48..c6750db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.10.46" edition = "2021" authors=["Ashscript Contributors"] description="Types for Ashcript Game game and action states" -homepage="https://github.com/Ashscript-Game/ashscript-types" +repository="https://github.com/Ashscript-Game/ashscript-types" license = "MIT OR Apache-2.0" [dependencies]