Skip to content

Commit abb8161

Browse files
authored
Merge pull request #30 from rust-embedded/remove-test-badge
README: remove test badge
2 parents 9e26836 + ce1d0c1 commit abb8161

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +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)
4-
![Test](https://github.com/andre-richter/qemu-exit/workflows/Test/badge.svg)
3+
![Build](https://github.com/rust-embedded/qemu-exit/workflows/Build/badge.svg)
54

65
# qemu-exit
76

0 commit comments

Comments
 (0)