diff options
Diffstat (limited to 'nrf-softdevice-mbr')
-rw-r--r-- | nrf-softdevice-mbr/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nrf-softdevice-mbr/Cargo.toml b/nrf-softdevice-mbr/Cargo.toml index 0a9b3f2..209bd44 100644 --- a/nrf-softdevice-mbr/Cargo.toml +++ b/nrf-softdevice-mbr/Cargo.toml @@ -3,11 +3,10 @@ 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/nrf-rs/nrf-hal" +repository = "https://github.com/akiles/nrf-softdevice" categories = ["embedded", "hardware-support", "no-std"] keywords = ["arm", "cortex-m", "nrf52", "nrf-softdevice"] license-file = "LICENSE-NORDIC" - edition = "2018" [package.metadata.docs.rs] |