From 8716ea097b4a7db05f0b2df8903ad4384e613ef0 Mon Sep 17 00:00:00 2001 From: Jonathan Chan Kwan Yin Date: Wed, 27 Sep 2023 12:46:42 +0800 Subject: [PATCH] Update Cargo.toml repository link it seems this project is mainly maintained in this org not the fork, right? --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68e2fef..0085907 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Brendan Molloy "] description = "The bare essentials of std::io for use in no_std. Alloc support is optional." license = "Apache-2.0 OR MIT" edition = "2018" -repository = "https://github.com/bbqsrc/core2" +repository = "https://github.com/technocreatives/core2" categories = ["no-std"] [dependencies]