aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Schievink <jonasschievink@gmail.com> 2020-02-05 23:52:01 +0100
committerGravatar Jonas Schievink <jonasschievink@gmail.com> 2020-02-06 00:08:14 +0100
commitcbd1e1a60ff8a47a5d51134282c34882d8949c04 (patch)
tree72a65485b9c4cc12bafe71033fba81f512387fae
parent30177aa742579b207347a3a04554b1d0c6658f28 (diff)
downloadcortex-m-cbd1e1a60ff8a47a5d51134282c34882d8949c04.tar.gz
cortex-m-cbd1e1a60ff8a47a5d51134282c34882d8949c04.tar.zst
cortex-m-cbd1e1a60ff8a47a5d51134282c34882d8949c04.zip
Update macros repo link
-rw-r--r--cortex-m-rt/macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/macros/Cargo.toml b/cortex-m-rt/macros/Cargo.toml
index eb7c120..96dc22a 100644
--- a/cortex-m-rt/macros/Cargo.toml
+++ b/cortex-m-rt/macros/Cargo.toml
@@ -6,7 +6,7 @@ documentation = "https://docs.rs/cortex-m-rt"
keywords = ["arm", "cortex-m", "runtime", "startup"]
license = "MIT OR Apache-2.0"
name = "cortex-m-rt-macros"
-repository = "https://github.com/japaric/cortex-m-rt"
+repository = "https://github.com/rust-embedded/cortex-m-rt"
version = "0.6.11"
edition = "2018"