Skip to content

Commit ce1d0c1

Browse files
committed
Update repository URLs
1 parent c515e56 commit ce1d0c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "qemu-exit"
33
version = "3.0.2"
44
authors = ["Andre Richter <[email protected]>"]
55
description = "Exit QEMU with user-defined code"
6-
homepage = "https://github.com/andre-richter/qemu-exit"
7-
repository = "https://github.com/andre-richter/qemu-exit"
6+
homepage = "https://github.com/rust-embedded/qemu-exit"
7+
repository = "https://github.com/rust-embedded/qemu-exit"
88
readme = "README.md"
99
keywords = ["aarch64", "x86_64", "risc-v", "qemu", "exit"]
1010
categories = ["embedded", "hardware-support", "no-std"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![crates.io](https://img.shields.io/crates/d/qemu-exit.svg)](https://crates.io/crates/qemu-exit)
22
[![crates.io](https://img.shields.io/crates/v/qemu-exit.svg)](https://crates.io/crates/qemu-exit)
3-
![Build](https://github.com/andre-richter/qemu-exit/workflows/Build/badge.svg)
3+
![Build](https://github.com/rust-embedded/qemu-exit/workflows/Build/badge.svg)
44

55
# qemu-exit
66

0 commit comments

Comments
 (0)