mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: git-crypt: Double-space Texinfo mark-up.
* gnu/packages/version-control.scm (git-crypt)[description]: Use two spaces where one would suffice.
This commit is contained in:
parent
0aea268ae1
commit
79990ce31f
1 changed files with 4 additions and 4 deletions
|
@ -413,11 +413,11 @@ (define-public git-crypt
|
||||||
(home-page "https://www.agwa.name/projects/git-crypt")
|
(home-page "https://www.agwa.name/projects/git-crypt")
|
||||||
(synopsis "Transparent encryption of files in a git repository")
|
(synopsis "Transparent encryption of files in a git repository")
|
||||||
(description "git-crypt enables transparent encryption and decryption of
|
(description "git-crypt enables transparent encryption and decryption of
|
||||||
files in a git repository. Files which you choose to protect are encrypted when
|
files in a git repository. Files which you choose to protect are encrypted when
|
||||||
committed, and decrypted when checked out. git-crypt lets you freely share a
|
committed, and decrypted when checked out. git-crypt lets you freely share a
|
||||||
repository containing a mix of public and private content. git-crypt gracefully
|
repository containing a mix of public and private content. git-crypt gracefully
|
||||||
degrades, so developers without the secret key can still clone and commit to a
|
degrades, so developers without the secret key can still clone and commit to a
|
||||||
repository with encrypted files. This lets you store your secret material (such
|
repository with encrypted files. This lets you store your secret material (such
|
||||||
as keys or passwords) in the same repository as your code, without requiring you
|
as keys or passwords) in the same repository as your code, without requiring you
|
||||||
to lock down your entire repository.")
|
to lock down your entire repository.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
Loading…
Reference in a new issue