aboutsummaryrefslogtreecommitdiff
path: root/azalea-inventory
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-10-08 03:58:57 -0500
committermat <git@matdoes.dev>2023-10-08 03:58:57 -0500
commit5212ba4d5d6cb34f9543b8a98d07798deeb7ba94 (patch)
tree7300befa1faaeebdcccb8ad1aacb7043daeb9e1e /azalea-inventory
parent682609a24e62587094397aab13fda924aa44509e (diff)
downloadazalea-drasl-5212ba4d5d6cb34f9543b8a98d07798deeb7ba94.tar.xz
update repo links
Diffstat (limited to 'azalea-inventory')
-rw-r--r--azalea-inventory/Cargo.toml2
-rw-r--r--azalea-inventory/azalea-inventory-macros/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml
index 2937aeaf..64db6423 100644
--- a/azalea-inventory/Cargo.toml
+++ b/azalea-inventory/Cargo.toml
@@ -3,7 +3,7 @@ description = "Representations of various inventory data structures in Minecraft
edition = "2021"
license = "MIT"
name = "azalea-inventory"
-repository = "https://github.com/mat-1/azalea/tree/main/azalea-inventory-macros"
+repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-inventory-macros"
version = "0.8.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml
index 2c59f8db..af0a3ff9 100644
--- a/azalea-inventory/azalea-inventory-macros/Cargo.toml
+++ b/azalea-inventory/azalea-inventory-macros/Cargo.toml
@@ -3,7 +3,7 @@ description = "Internal macros for azalea-inventory."
edition = "2021"
license = "MIT"
name = "azalea-inventory-macros"
-repository = "https://github.com/mat-1/azalea/tree/main/azalea-inventory/azalea-inventory-macros"
+repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-inventory/azalea-inventory-macros"
version = "0.8.0"
[lib]