From e37ff10e8a93250b276883e1bd770e962660b6af Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Wed, 18 Aug 2021 14:48:06 +0200 Subject: [PATCH] Update package metadata. --- Cargo.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ce28d16..ed5912b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,18 +1,17 @@ [package] -name = "sequoia-pep-engine-crypto" -description = "Cryptographic backend for the PEP Engine" +name = "pEpEngineSequoiaBackend" +description = "An implementation of the p≡p Engine's cryptotech interface using Sequoia." version = "0.1.0" authors = ["Neal H. Walfield "] homepage = "https://sequoia-pgp.org/" -repository = "https://gitlab.com/sequoia-pgp/sequoia-pep-engine-crypto" +repository = "https://gitea.pep.foundation/neal/pEpEngineSequoiaBackend/" readme = "README.md" keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"] categories = ["cryptography", "authentication", "email"] -license = "GPL-2.0-or-later" +license = "GPL-3.0-or-later" edition = "2018" [badges] -gitlab = { repository = "sequoia-pgp/sequoia-pep-engine-crypto" } maintenance = { status = "actively-developed" } [dependencies]