diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-05-02 22:28:29 +0200 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-05-02 22:28:29 +0200 |
commit | 963b2f871556dac53d2d9b4e25cff282e5d90b61 (patch) | |
tree | 22a751ac761db336426eb854f4522d17005c86ad /nrf-softdevice-mbr | |
parent | 77db337aef97c58d0824b160778b100a31a46ebf (diff) | |
download | nrf-softdevice-963b2f871556dac53d2d9b4e25cff282e5d90b61.zip |
Update repo URLs
Diffstat (limited to 'nrf-softdevice-mbr')
-rw-r--r-- | nrf-softdevice-mbr/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nrf-softdevice-mbr/Cargo.toml b/nrf-softdevice-mbr/Cargo.toml index 209bd44..40b6540 100644 --- a/nrf-softdevice-mbr/Cargo.toml +++ b/nrf-softdevice-mbr/Cargo.toml @@ -3,7 +3,7 @@ name = "nrf-softdevice-mbr" version = "0.1.1" description = "Low-level bindings for the MBR included in all Nordic nRF SoftDevices" authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"] -repository = "https://github.com/akiles/nrf-softdevice" +repository = "https://github.com/embassy-rs/nrf-softdevice" categories = ["embedded", "hardware-support", "no-std"] keywords = ["arm", "cortex-m", "nrf52", "nrf-softdevice"] license-file = "LICENSE-NORDIC" |