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]