From 32ff90c675bc4e276d5e2dcfde2afd1d0c0bca69 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Fri, 21 Oct 2022 11:00:32 +0200 Subject: [PATCH] Fix URL. - The repository has moved to the pEp.foundation organization. Update the URL. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c2a4c4b..b028376 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 ea32f34..e6080a5 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 -- GitLab