Skip to content

Commit 1e39707

Browse files
committed
move: update links for new rust-embedded org
Signed-off-by: Paul Osborne <osbpau@gmail.com>
1 parent 5922250 commit 1e39707

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name = "spidev"
44
version = "0.2.0"
55
authors = ["Paul Osborne <osbpau@gmail.com>"]
66
license = "MIT/Apache-2.0"
7-
repository = "https://github.com/posborne/rust-spidev"
8-
homepage = "https://github.com/posborne/rust-spidev"
7+
repository = "https://github.com/rust-embedded/rust-spidev"
8+
homepage = "https://github.com/rust-embedded/rust-spidev"
99
documentation = "http://posborne.github.io/rust-spidev"
1010
description = """
1111
Provides access to the Linux spidev interface. This

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Rust Spidev
22
===========
33

4-
[![Build Status](https://travis-ci.org/posborne/rust-spidev.svg?branch=master)](https://travis-ci.org/posborne/rust-spidev)
4+
[![Build Status](https://travis-ci.org/rust-embedded/rust-spidev.svg?branch=master)](https://travis-ci.org/rust-embedded/rust-spidev)
55
[![Version](https://img.shields.io/crates/v/spidev.svg)](https://crates.io/crates/spidev)
6-
[![License](https://img.shields.io/crates/l/spidev.svg)](https://github.com/posborne/rust-spidev/blob/master/README.md#license)
6+
[![License](https://img.shields.io/crates/l/spidev.svg)](https://github.com/rust-embedded/rust-spidev/blob/master/README.md#license)
77

88
[Documentation](https://posborne.github.io/rust-spidev)
99

0 commit comments

Comments
 (0)