summaryrefslogtreecommitdiff
path: root/nrf-softdevice-s113
diff options
context:
space:
mode:
authorJacob Rosenthal <jacobrosenthal@gmail.com>2020-09-14 18:44:17 -0700
committerJacob Rosenthal <jacobrosenthal@gmail.com>2020-09-14 18:44:17 -0700
commitde794b6de27f3aab5c6d78b3ad51a3c07d2c2214 (patch)
tree34cca5e96ea96807daa125be3caff860db41cffa /nrf-softdevice-s113
parentd5e3235632e5d233ac38dfb7ee9c61b5277f7029 (diff)
downloadnrf-softdevice-de794b6de27f3aab5c6d78b3ad51a3c07d2c2214.zip
fix repository url
Diffstat (limited to 'nrf-softdevice-s113')
-rw-r--r--nrf-softdevice-s113/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
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]