From 392572f821c9a2d4201f781ffa34f0ca850664e4 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Sat, 7 Mar 2026 17:11:59 +0000 Subject: [PATCH] Update GitHub references from jmcorgan/fips to fips-network/fips Moved repository to the fips-network organization. Updated repository URL in Cargo.toml, clone URLs in README.md and CONTRIBUTING.md. --- CONTRIBUTING.md | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e311d6a..325bfd1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Clone the repo and verify your setup: ``` -git clone https://github.com/jmcorgan/fips.git +git clone https://github.com/fips-network/fips.git cd fips cargo build cargo test diff --git a/Cargo.toml b/Cargo.toml index c1333ba..1682b18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" description = "A distributed, decentralized network routing protocol for mesh nodes connecting over arbitrary transports" license = "MIT" authors = ["Johnathan Corgan "] -repository = "https://github.com/jmcorgan/fips" +repository = "https://github.com/fips-network/fips" readme = "README.md" [features] diff --git a/README.md b/README.md index 140410e..968b188 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ sessions across the mesh. ### Build ``` -git clone https://github.com/jmcorgan/fips.git +git clone https://github.com/fips-network/fips.git cd fips cargo build --release ```