Skip to content

Commit 9b91f47

Browse files
committed
relocate: update links to point to new rust-embedded org
Signed-off-by: Paul Osborne <[email protected]>
1 parent 0f01b21 commit 9b91f47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name = "i2cdev"
44
version = "0.2.0"
55
authors = ["Paul Osborne <[email protected]>"]
66
license = "MIT/Apache-2.0"
7-
repository = "https://github.com/posborne/rust-i2cdev"
8-
homepage = "https://github.com/posborne/rust-i2cdev"
9-
documentation = "http://posborne.github.io/rust-i2cdev"
7+
repository = "https://github.com/rust-embedded/rust-i2cdev"
8+
homepage = "https://github.com/rust-embedded/rust-i2cdev"
9+
documentation = "http://rust-embedded.github.io/rust-i2cdev"
1010
description = """
1111
Provides API for safe access to Linux i2c device interface.
1212

0 commit comments

Comments
 (0)