......@@ -4,7 +4,7 @@ description = "An implementation of the p≡p Engine's cryptotech interface usin
version = "0.1.0"
authors = ["Neal H. Walfield <neal@pep.foundation>"]
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"]
......
......@@ -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
......