mirror of
https://github.com/jmcorgan/fips.git
synced 2026-07-30 19:46:15 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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 <jcorgan@corganlabs.com>"]
|
||||
repository = "https://github.com/jmcorgan/fips"
|
||||
repository = "https://github.com/fips-network/fips"
|
||||
readme = "README.md"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user