summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nrf-softdevice-mbr/Cargo.toml3
-rw-r--r--nrf-softdevice-s112/Cargo.toml3
-rw-r--r--nrf-softdevice-s113/Cargo.toml3
-rw-r--r--nrf-softdevice-s122/Cargo.toml3
-rw-r--r--nrf-softdevice-s132/Cargo.toml3
-rw-r--r--nrf-softdevice-s140/Cargo.toml4
6 files changed, 6 insertions, 13 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]
diff --git a/nrf-softdevice-s112/Cargo.toml b/nrf-softdevice-s112/Cargo.toml
index 47bcd46..ae91c7b 100644
--- a/nrf-softdevice-s112/Cargo.toml
+++ b/nrf-softdevice-s112/Cargo.toml
@@ -3,11 +3,10 @@ name = "nrf-softdevice-s112"
version = "0.1.1"
description = "Low-level bindings for the Nordic nRF SoftDevice S112"
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]
diff --git a/nrf-softdevice-s113/Cargo.toml b/nrf-softdevice-s113/Cargo.toml
index 81c7f59..1af7105 100644
--- a/nrf-softdevice-s113/Cargo.toml
+++ b/nrf-softdevice-s113/Cargo.toml
@@ -3,11 +3,10 @@ name = "nrf-softdevice-s113"
version = "0.1.1"
description = "Low-level bindings for the Nordic nRF SoftDevice S113"
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]
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]
diff --git a/nrf-softdevice-s132/Cargo.toml b/nrf-softdevice-s132/Cargo.toml
index 011357c..75034f6 100644
--- a/nrf-softdevice-s132/Cargo.toml
+++ b/nrf-softdevice-s132/Cargo.toml
@@ -3,11 +3,10 @@ name = "nrf-softdevice-s132"
version = "0.1.1"
description = "Low-level bindings for the Nordic nRF SoftDevice S132"
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]
diff --git a/nrf-softdevice-s140/Cargo.toml b/nrf-softdevice-s140/Cargo.toml
index dffff62..200eecb 100644
--- a/nrf-softdevice-s140/Cargo.toml
+++ b/nrf-softdevice-s140/Cargo.toml
@@ -3,13 +3,11 @@ name = "nrf-softdevice-s140"
version = "0.1.1"
description = "Low-level bindings for the Nordic nRF SoftDevice S140"
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]
targets = ["thumbv7em-none-eabihf"]
-