diff --git a/Cargo.toml b/Cargo.toml index c2a4c4b906b67264a93b5151dd964909d8f72085..b0283767ee18aecec1c5991b7c532bebb68c3c10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "An implementation of the p≡p Engine's cryptotech interface usin version = "0.1.0" authors = ["Neal H. Walfield "] homepage = "https://sequoia-pgp.org/" -repository = "https://gitea.pep.foundation/neal/pEpEngineSequoiaBackend/" +repository = "https://gitea.pep.foundation/pEp.foundation/pEpEngineSequoiaBackend/" readme = "README.md" keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"] categories = ["cryptography", "authentication", "email"] diff --git a/README.md b/README.md index ea32f34f39221c45f6a9e5f3ae43b1548f9b023a..e6080a5a3a7cfa3205992af5f0ead701ac43b21f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You need at least version 1.48 of `rustc` and `cargo`. You can build this library as follows: ``` -$ git clone https://gitea.pep.foundation/neal/pEpEngineSequoiaBackend.git +$ git clone https://gitea.pep.foundation/pEp.foundation/pEpEngineSequoiaBackend.git $ cd pEpEngineSequoiaBackend $ mkdir -p /tmp/pep_engine_sequoia_backend $ CARGO_TARGET_DIR=/tmp/pep_engine_sequoia_backend cargo build # Add --release for a release build