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.
This commit is contained in:
Johnathan Corgan
2026-03-07 17:11:59 +00:00
parent 74e9d465a8
commit 392572f821
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
Clone the repo and verify your setup: 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 cd fips
cargo build cargo build
cargo test cargo test
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2024"
description = "A distributed, decentralized network routing protocol for mesh nodes connecting over arbitrary transports" description = "A distributed, decentralized network routing protocol for mesh nodes connecting over arbitrary transports"
license = "MIT" license = "MIT"
authors = ["Johnathan Corgan <jcorgan@corganlabs.com>"] authors = ["Johnathan Corgan <jcorgan@corganlabs.com>"]
repository = "https://github.com/jmcorgan/fips" repository = "https://github.com/fips-network/fips"
readme = "README.md" readme = "README.md"
[features] [features]
+1 -1
View File
@@ -57,7 +57,7 @@ sessions across the mesh.
### Build ### Build
``` ```
git clone https://github.com/jmcorgan/fips.git git clone https://github.com/fips-network/fips.git
cd fips cd fips
cargo build --release cargo build --release
``` ```