diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-06-22 18:28:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 21:58:03 +0530 |
commit | 7e5e19d8661f454323747752cba273f3030c1f51 (patch) | |
tree | efa7bbfd1d97bd28e0ea8d68c7a3a4818db516fd | |
parent | 4ebd41a4509ee72f52ac592e306f403421940b53 (diff) |
Add paragraphs to F-Droid summary (#874)
Missed the linebreaks in #873.
-rw-r--r-- | fastlane/metadata/android/en-US/full_description.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 7dcfd5dd..84bf11de 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,9 +1,9 @@ -Simple password manager that is compatible with <a href="https://www.passwordstore.org/">pass</a>: Passwords are stored in simple text files which are encrypted with OpenPGP. +<p>Simple password manager that is compatible with <a href="https://www.passwordstore.org/">pass</a>: Passwords are stored in simple text files which are encrypted with OpenPGP.</p> -Requires <a href="https://f-droid.org/en/packages/org.sufficientlysecure.keychain/">OpenKeychain</a> to encrypt and decrypt passwords. +<p>Requires <a href="https://f-droid.org/en/packages/org.sufficientlysecure.keychain/">OpenKeychain</a> to encrypt and decrypt passwords.</p> +<p> <strong>Features:</strong> - <ul> <li>Clone an existing pass repository or start a new one</li> <li>Create and organize password files</li> @@ -11,3 +11,4 @@ Requires <a href="https://f-droid.org/en/packages/org.sufficientlysecure.keychai <li>Decrypt and copy passwords</li> <li>Automatically fill and save credentials in apps and supported browsers</li> </ul> +</p> |