diff --git a/Cargo.toml b/Cargo.toml index 84e37f4..9ef515e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,8 @@ name = "qemu-exit" version = "3.0.2" authors = ["Andre Richter "] description = "Exit QEMU with user-defined code" -homepage = "https://github.com/andre-richter/qemu-exit" -repository = "https://github.com/andre-richter/qemu-exit" +homepage = "https://github.com/rust-embedded/qemu-exit" +repository = "https://github.com/rust-embedded/qemu-exit" readme = "README.md" keywords = ["aarch64", "x86_64", "risc-v", "qemu", "exit"] categories = ["embedded", "hardware-support", "no-std"] diff --git a/README.md b/README.md index 50d3394..55077c2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![crates.io](https://img.shields.io/crates/d/qemu-exit.svg)](https://crates.io/crates/qemu-exit) [![crates.io](https://img.shields.io/crates/v/qemu-exit.svg)](https://crates.io/crates/qemu-exit) -![Build](https://github.com/andre-richter/qemu-exit/workflows/Build/badge.svg) +![Build](https://github.com/rust-embedded/qemu-exit/workflows/Build/badge.svg) # qemu-exit