From c60d7879085ded4cb6f510a10bb3f898f7fa8f04 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 18 Mar 2023 11:13:50 +0530 Subject: chore: remove obsolete `format-common-impl` mention in contribution docs Fixes: 8cfe6ec84c1b ("refactor: merge format-common-impl into format-common") --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f1d4dae..2ca1507a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,6 @@ The source code is split across 12 modules and 1 subproject. - `crypto-common` is the foundation of our new, extensible cryptography APIs that adds the ability to introduce new cryptographic backends to APS with minimal effort. - `crypto-pgpainless` is the first of our new backends that utilises `crypto-common` to offer PGP cryptography through the [PGPainless](https://gh.pgpainless.org/) library. - `format-common` handles parsing the `pass` file format. -- `format-common-impl` contains the tests for `format-common` and some Android-specific functionality. - `passgen/random` contains the default password generator. - `passgen/diceware` is our new password generator that implements the [Diceware](https://theworld.com/~reinhold/diceware.html) algorithm. - `sentry-stub` contains no-op variants of [Sentry](https://sentry.io/) APIs that we use to ensure the FOSS-only, telemetry-free variant of APS continues to compile in absence of Sentry dependencies. -- cgit v1.2.3