diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ecb1663..f90d0f1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,11 @@ # Contributing +## VCS + +This project is hosted at [`git.nora.codes`](https://git.nora.codes/nora/rn2903) +and mirrored for convenience at [`github.com`](https://github.com/NoraCodes/rn2903). +The primary branch is called `main`. + ## Changelog This project uses semantic versioning and KeepAChangelog format. Always update diff --git a/Cargo.toml b/Cargo.toml index fea70f2..7897727 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" license = "GPL-3.0-only" description = "A Rusty interface for the RN2903 LoRa module's serial protocol" homepage = "https://nora.codes/projects/rn2903" +repository = "https://git.nora.codes/nora/rn2903" readme = "README.md" keywords = ["radio", "hardware", "serial", "lora"] categories = ["api-bindings", "embedded", "hardware-support"]