From eb3acffc82a2b549d22163b48ee7248b07ee995c Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 18 Mar 2025 03:43:42 +0000 Subject: [PATCH] Update repository URL --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f5e7cfd..e037a5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ edition = "2021" description = "Automatic raw Rust bindings to raylib" documentation = "https://docs.rs/raylib-ffi" readme = "README.md" -homepage = "https://github.com/ewpratten/raylib-ffi" -repository = "https://github.com/ewpratten/raylib-ffi" +homepage = "https://git.ewpratten.com/evan/raylib-ffi" +repository = "https://git.ewpratten.com/evan/raylib-ffi" license = "GPL-3.0" keywords = ["raylib", "graphics"] categories = ["external-ffi-bindings", "graphics", "multimedia", "rendering"]