Skip to content

Commit

Permalink
Update repository paths
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Aug 26, 2020
1 parent 096a816 commit bf290e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tm4c-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["arm", "cortex-m", "tm4c", "lm4f120", "hal"]
categories = ["embedded", "hardware-support", "no-std"]
license = "MIT OR Apache-2.0"
edition = "2018"
repository = "https://github.com/thejpster/tm4c-hal"
repository = "https://github.com/rust-embedded-community/tm4c-hal"
documentation = "https://docs.rs/tm4c-hal"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tm4c123x-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "HAL for the TM4C123x family of microcontrollers"
keywords = ["arm", "cortex-m", "tm4c", "lm4f120", "hal"]
categories = ["embedded", "hardware-support", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/thejpster/tm4c-hal/tm4c123x-hal"
repository = "https://github.com/rust-embedded-community/tm4c-hal/tm4c123x-hal"
edition = "2018"

[dependencies.cast]
Expand Down
2 changes: 1 addition & 1 deletion tm4c129x-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "HAL for the TM4C129x family of microcontrollers"
keywords = ["arm", "cortex-m", "tm4c", "hal"]
categories = ["embedded", "hardware-support", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/thejpster/tm4c-hal/tm4c129x-hal"
repository = "https://github.com/rust-embedded-community/tm4c-hal/tm4c129x-hal"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit bf290e8

Please sign in to comment.