From 6943fffe26891cd65fcc2d88ebff77f913f52df2 Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Sun, 29 Dec 2019 12:13:59 -0800 Subject: [PATCH] Add repository info. --- CONTRIBUTING.md | 6 ++++++ Cargo.toml | 1 + 2 files changed, 7 insertions(+) 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"]