aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-03-18 11:13:50 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-03-18 11:14:04 +0530
commitc60d7879085ded4cb6f510a10bb3f898f7fa8f04 (patch)
tree99a93820dab598d2bf9d5a1a43c76328060631b2 /CONTRIBUTING.md
parentd2bbf3f0d6c5c71ca28b39f5166a2aba71cb19c1 (diff)
chore: remove obsolete `format-common-impl` mention in contribution docs
Fixes: 8cfe6ec84c1b ("refactor: merge format-common-impl into format-common")
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 0 insertions, 1 deletions
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.