aboutsummaryrefslogtreecommitdiff
path: root/azalea-block
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-block
parent682609a24e62587094397aab13fda924aa44509e (diff)
downloadazalea-drasl-5212ba4d5d6cb34f9543b8a98d07798deeb7ba94.tar.xz
update repo links
Diffstat (limited to 'azalea-block')
-rw-r--r--azalea-block/Cargo.toml2
-rw-r--r--azalea-block/azalea-block-macros/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml
index 8d4e3d8e..f950e43f 100644
--- a/azalea-block/Cargo.toml
+++ b/azalea-block/Cargo.toml
@@ -3,7 +3,7 @@ description = "Representation of Minecraft block states."
edition = "2021"
license = "MIT"
name = "azalea-block"
-repository = "https://github.com/mat-1/azalea/tree/main/azalea-block"
+repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-block"
version = "0.8.0"
[lib]
diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml
index fab4165f..82337071 100644
--- a/azalea-block/azalea-block-macros/Cargo.toml
+++ b/azalea-block/azalea-block-macros/Cargo.toml
@@ -3,7 +3,7 @@ description = "Proc macros used by azalea-block."
edition = "2021"
license = "MIT"
name = "azalea-block-macros"
-repository = "https://github.com/mat-1/azalea/tree/main/azalea-block/azalea-block-macros"
+repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-block/azalea-block-macros"
version = "0.8.0"
[lib]