diff options
author | Jacob Rosenthal <jacobrosenthal@gmail.com> | 2020-09-14 18:44:17 -0700 |
---|---|---|
committer | Jacob Rosenthal <jacobrosenthal@gmail.com> | 2020-09-14 18:44:17 -0700 |
commit | de794b6de27f3aab5c6d78b3ad51a3c07d2c2214 (patch) | |
tree | 34cca5e96ea96807daa125be3caff860db41cffa /nrf-softdevice-s122 | |
parent | d5e3235632e5d233ac38dfb7ee9c61b5277f7029 (diff) | |
download | nrf-softdevice-de794b6de27f3aab5c6d78b3ad51a3c07d2c2214.zip |
fix repository url
Diffstat (limited to 'nrf-softdevice-s122')
-rw-r--r-- | nrf-softdevice-s122/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nrf-softdevice-s122/Cargo.toml b/nrf-softdevice-s122/Cargo.toml index 12d284e..d672f27 100644 --- a/nrf-softdevice-s122/Cargo.toml +++ b/nrf-softdevice-s122/Cargo.toml @@ -3,11 +3,10 @@ name = "nrf-softdevice-s122" version = "0.1.1" description = "Low-level bindings for the Nordic nRF SoftDevice S122" 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 = ["cortex-m", "nrf52", "nrf-softdevice", "bluetooth", "ble"] license-file = "LICENSE-NORDIC" - edition = "2018" [package.metadata.docs.rs] |