From 5212ba4d5d6cb34f9543b8a98d07798deeb7ba94 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 8 Oct 2023 03:58:57 -0500 Subject: update repo links --- azalea-protocol/Cargo.toml | 2 +- azalea-protocol/azalea-protocol-macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-protocol') diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 3dca5582..10f28913 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -3,7 +3,7 @@ description = "Send and receive Minecraft packets." edition = "2021" license = "MIT" name = "azalea-protocol" -repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol" +repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-protocol" version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml index d0440d57..acef483e 100644 --- a/azalea-protocol/azalea-protocol-macros/Cargo.toml +++ b/azalea-protocol/azalea-protocol-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-protocol-macros" version = "0.8.0" -repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol/azalea-protocol-macros" +repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-protocol/azalea-protocol-macros" [lib] proc-macro = true -- cgit v1.2.3