From eb30566a820c94ec970dc6a0fa244a80cca2370e Mon Sep 17 00:00:00 2001 From: Quaternions Date: Fri, 3 Jan 2025 03:42:20 -0800 Subject: [PATCH] fix urls --- lib/bsp_loader/Cargo.toml | 2 +- lib/common/Cargo.toml | 2 +- lib/deferred_loader/Cargo.toml | 2 +- lib/fixed_wide/Cargo.toml | 2 +- lib/linear_ops/Cargo.toml | 2 +- lib/ratio_ops/Cargo.toml | 2 +- lib/rbx_loader/Cargo.toml | 2 +- lib/roblox_emulator/Cargo.toml | 2 +- strafe-client/CONTRIBUTING.md | 2 +- strafe-client/Cargo.toml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/bsp_loader/Cargo.toml b/lib/bsp_loader/Cargo.toml index 7225a74..a3ef41f 100644 --- a/lib/bsp_loader/Cargo.toml +++ b/lib/bsp_loader/Cargo.toml @@ -2,7 +2,7 @@ name = "strafesnet_bsp_loader" version = "0.2.2" edition = "2021" -repository = "https://git.itzana.me/StrafesNET/bsp_loader" +repository = "https://git.itzana.me/StrafesNET/strafe-project" license = "MIT OR Apache-2.0" description = "Convert Valve BSP files to StrafesNET data structures." authors = ["Rhys Lloyd "] diff --git a/lib/common/Cargo.toml b/lib/common/Cargo.toml index b0fcd4c..5c422c9 100644 --- a/lib/common/Cargo.toml +++ b/lib/common/Cargo.toml @@ -2,7 +2,7 @@ name = "strafesnet_common" version = "0.5.2" edition = "2021" -repository = "https://git.itzana.me/StrafesNET/common" +repository = "https://git.itzana.me/StrafesNET/strafe-project" license = "MIT OR Apache-2.0" description = "Common types and helpers for Strafe Client associated projects." authors = ["Rhys Lloyd "] diff --git a/lib/deferred_loader/Cargo.toml b/lib/deferred_loader/Cargo.toml index c9b363e..590b80c 100644 --- a/lib/deferred_loader/Cargo.toml +++ b/lib/deferred_loader/Cargo.toml @@ -2,7 +2,7 @@ name = "strafesnet_deferred_loader" version = "0.4.1" edition = "2021" -repository = "https://git.itzana.me/StrafesNET/deferred_loader" +repository = "https://git.itzana.me/StrafesNET/strafe-project" license = "MIT OR Apache-2.0" description = "Acquire IDs for objects before loading them in bulk." authors = ["Rhys Lloyd "] diff --git a/lib/fixed_wide/Cargo.toml b/lib/fixed_wide/Cargo.toml index 3338302..a4a4ddb 100644 --- a/lib/fixed_wide/Cargo.toml +++ b/lib/fixed_wide/Cargo.toml @@ -2,7 +2,7 @@ name = "fixed_wide" version = "0.1.1" edition = "2021" -repository = "https://git.itzana.me/StrafesNET/fixed_wide_vectors" +repository = "https://git.itzana.me/StrafesNET/strafe-project" license = "MIT OR Apache-2.0" description = "Fixed point numbers with optional widening Mul operator." authors = ["Rhys Lloyd "] diff --git a/lib/linear_ops/Cargo.toml b/lib/linear_ops/Cargo.toml index dae9d73..f5c1bfb 100644 --- a/lib/linear_ops/Cargo.toml +++ b/lib/linear_ops/Cargo.toml @@ -2,7 +2,7 @@ name = "linear_ops" version = "0.1.0" edition = "2021" -repository = "https://git.itzana.me/StrafesNET/fixed_wide_vectors" +repository = "https://git.itzana.me/StrafesNET/strafe-project" license = "MIT OR Apache-2.0" description = "Vector/Matrix operations using trait bounds." authors = ["Rhys Lloyd "] diff --git a/lib/ratio_ops/Cargo.toml b/lib/ratio_ops/Cargo.toml index dc0a750..aa460a4 100644 --- a/lib/ratio_ops/Cargo.toml +++ b/lib/ratio_ops/Cargo.toml @@ -2,7 +2,7 @@ name = "ratio_ops" version = "0.1.0" edition = "2021" -repository = "https://git.itzana.me/StrafesNET/fixed_wide_vectors" +repository = "https://git.itzana.me/StrafesNET/strafe-project" license = "MIT OR Apache-2.0" description = "Ratio operations using trait bounds for avoiding division like the plague." authors = ["Rhys Lloyd "] diff --git a/lib/rbx_loader/Cargo.toml b/lib/rbx_loader/Cargo.toml index 8fc889a..072cabd 100644 --- a/lib/rbx_loader/Cargo.toml +++ b/lib/rbx_loader/Cargo.toml @@ -2,7 +2,7 @@ name = "strafesnet_rbx_loader" version = "0.5.2" edition = "2021" -repository = "https://git.itzana.me/StrafesNET/rbx_loader" +repository = "https://git.itzana.me/StrafesNET/strafe-project" license = "MIT OR Apache-2.0" description = "Convert Roblox place and model files to StrafesNET data structures." authors = ["Rhys Lloyd "] diff --git a/lib/roblox_emulator/Cargo.toml b/lib/roblox_emulator/Cargo.toml index 3521348..81b613c 100644 --- a/lib/roblox_emulator/Cargo.toml +++ b/lib/roblox_emulator/Cargo.toml @@ -2,7 +2,7 @@ name = "roblox_emulator" version = "0.4.7" edition = "2021" -repository = "https://git.itzana.me/StrafesNET/roblox_emulator" +repository = "https://git.itzana.me/StrafesNET/strafe-project" license = "MIT OR Apache-2.0" description = "Run embedded Luau scripts which manipulate the DOM." authors = ["Rhys Lloyd "] diff --git a/strafe-client/CONTRIBUTING.md b/strafe-client/CONTRIBUTING.md index fbf96cc..cf12e0e 100644 --- a/strafe-client/CONTRIBUTING.md +++ b/strafe-client/CONTRIBUTING.md @@ -1 +1 @@ -By contributing code to the [StrafesNET project](https://git.itzana.me/StrafesNET/strafe-client), you agree to license your contribution under the [License](LICENSE). \ No newline at end of file +By contributing code to the [StrafesNET project](https://git.itzana.me/StrafesNET/strafe-project), you agree to license your contribution under the [License](LICENSE). diff --git a/strafe-client/Cargo.toml b/strafe-client/Cargo.toml index 29b304d..31f7123 100644 --- a/strafe-client/Cargo.toml +++ b/strafe-client/Cargo.toml @@ -2,7 +2,7 @@ name = "strafe-client" version = "0.10.5" edition = "2021" -repository = "https://git.itzana.me/StrafesNET/strafe-client" +repository = "https://git.itzana.me/StrafesNET/strafe-project" license = "Custom" description = "StrafesNET game client for bhop and surf." authors = ["Rhys Lloyd "]