From 584341724170336ca792778ae0ecbfed0b0964b5 Mon Sep 17 00:00:00 2001 From: Micah Date: Mon, 9 Jun 2025 12:22:51 -0700 Subject: [PATCH] chore: update project homepages to point to correct urls --- mantle/rbx_api/Cargo.toml | 2 +- mantle/rbx_auth/Cargo.toml | 2 +- mantle/rbx_cookie/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mantle/rbx_api/Cargo.toml b/mantle/rbx_api/Cargo.toml index 5bd4523..34553ff 100644 --- a/mantle/rbx_api/Cargo.toml +++ b/mantle/rbx_api/Cargo.toml @@ -3,7 +3,7 @@ name = "rbx_api" description = "Make requests to Roblox's web APIs" version = "0.5.0" edition = "2021" -homepage = "https://github.com/blake-mealey/mantle/tree/main/rbx_api" +homepage = "https://github.com/blake-mealey/mantle/tree/main/mantle/rbx_api" repository = "https://github.com/blake-mealey/mantle" authors = ["Blake Mealey "] license = "MIT" diff --git a/mantle/rbx_auth/Cargo.toml b/mantle/rbx_auth/Cargo.toml index 7e674f3..276671f 100644 --- a/mantle/rbx_auth/Cargo.toml +++ b/mantle/rbx_auth/Cargo.toml @@ -3,7 +3,7 @@ name = "rbx_auth" description = "Constructs params for making authenticated requests to Roblox APIs" version = "0.3.0" edition = "2021" -homepage = "https://github.com/blake-mealey/mantle/tree/main/rbx_auth" +homepage = "https://github.com/blake-mealey/mantle/tree/main/mantle/rbx_auth" repository = "https://github.com/blake-mealey/mantle" authors = ["Blake Mealey "] license = "MIT" diff --git a/mantle/rbx_cookie/Cargo.toml b/mantle/rbx_cookie/Cargo.toml index 79f1929..bc7dc41 100644 --- a/mantle/rbx_cookie/Cargo.toml +++ b/mantle/rbx_cookie/Cargo.toml @@ -3,7 +3,7 @@ name = "rbx_cookie" description = "Access the ROBLOSECURITY cookie from your environment" version = "0.1.5" edition = "2021" -homepage = "https://github.com/blake-mealey/mantle/tree/main/rbx_cookie" +homepage = "https://github.com/blake-mealey/mantle/tree/main/mantle/rbx_cookie" repository = "https://github.com/blake-mealey/mantle" authors = ["Blake Mealey "] license = "MIT"