From 55ce766ace01474ea99a8791537b2ec83440d7c2 Mon Sep 17 00:00:00 2001 From: Ralph Ursprung Date: Wed, 17 Jan 2024 21:11:11 +0100 Subject: [PATCH] update repo URL (moved to rust-embedded-community) the repository has found a new home in the [rust-embedded-community]! this will reduce the bus factor in the future. as the repo has been moved all issues, PRs, etc. have been kept, ensuring that they can be found again in the future. [rust-embedded-community]: https://github.com/rust-embedded-community --- CHANGELOG.md | 6 +++--- Cargo.toml | 2 +- README.md | 2 +- release.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8033c7b..9e37b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * The Minimum Supported Rust Version (MSRV) has been defined as 1.60.0 and is being enforced in `Cargo.toml` -[Unreleased]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.2.0...HEAD -[0.2.0]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.1.1...v0.2.0 -[0.1.1]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.1.0...v0.1.1 +[Unreleased]: https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/v0.1.1...v0.2.0 +[0.1.1]: https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/v0.1.0...v0.1.1 diff --git a/Cargo.toml b/Cargo.toml index 9ae3af8..39c3a76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" rust-version = "1.62" description = "A `no_std` parser for the Adafruit Bluefruit LE Connect controller protocol." -repository = "https://github.com/rursprung/adafruit-bluefruit-protocol-rs" +repository = "https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs" categories = ["embedded", "hardware-support", "no-std", "no-std::no-alloc"] keywords = ["adafruit", "bluefruit", "bluetooth", "protocol"] license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index c1927af..47d6fd3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Adafruit Bluefruit LE Connect Controller Protocol Parser -[![CI](https://github.com/rursprung/adafruit-bluefruit-protocol-rs/actions/workflows/CI.yml/badge.svg)](https://github.com/rursprung/adafruit-bluefruit-protocol-rs/actions/workflows/CI.yml) +[![CI](https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/actions/workflows/CI.yml/badge.svg)](https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/actions/workflows/CI.yml) [![Crates.io](https://img.shields.io/crates/v/adafruit-bluefruit-protocol)](https://crates.io/crates/adafruit-bluefruit-protocol) ![Licenses](https://img.shields.io/crates/l/adafruit-bluefruit-protocol) [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) diff --git a/release.toml b/release.toml index cad6ddf..1aec480 100644 --- a/release.toml +++ b/release.toml @@ -3,5 +3,5 @@ pre-release-replacements = [ {file="CHANGELOG.md", search="\\.\\.\\.HEAD", replace="...{{tag_name}}", exactly=1}, {file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}", min=1}, {file="CHANGELOG.md", search="", replace="\n## [Unreleased] - ReleaseDate\n", exactly=1}, - {file="CHANGELOG.md", search="", replace="\n[Unreleased]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/{{tag_name}}...HEAD", exactly=1}, + {file="CHANGELOG.md", search="", replace="\n[Unreleased]: https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/{{tag_name}}...HEAD", exactly=1}, ]