diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index eced2c953..12fc2c6cc 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -14,6 +14,7 @@ ;;; Copyright © 2017 Tobias Geerinckx-Rice ;;; Copyright © 2017 Vasile Dumitrascu ;;; Copyright © 2017 Clément Lassieur +;;; Copyright © 2017 André ;;; ;;; This file is part of GNU Guix. ;;; @@ -449,20 +450,21 @@ to lock down your entire repository.") #t)))) (home-page "https://spwhitton.name/tech/code/git-remote-gcrypt/") (synopsis "Whole remote repository encryption") - (description "git-remote-gcrypt is a git remote helper to push and pull from -repositories encrypted with GnuPG. It works with the standard git transports, + (description "git-remote-gcrypt is a Git remote helper to push and pull from +repositories encrypted with GnuPG. It works with the standard Git transports, including repository hosting services like GitLab. -Remote helper programs are invoked by git to handle network transport. This -helper handles gcrypt:: URLs that will access a remote repository encrypted with -GPG, using our custom format. +Remote helper programs are invoked by Git to handle network transport. This +helper handles @code{gcrypt:} URLs that access a remote repository encrypted +with GPG, using our custom format. -Supported locations are local, rsync:// and sftp://, where the repository is -stored as a set of files, or instead any where gcrypt will store the -same representation in a git repository, bridged over arbitrary git transport. +Supported locations are local, @code{rsync://} and @code{sftp://}, where the +repository is stored as a set of files, or instead any Git URL where gcrypt +will store the same representation in a Git repository, bridged over arbitrary +Git transport. -The aim is to provide confidential, authenticated git storage and collaboration -using typical untrusted file hosts or services.") +The aim is to provide confidential, authenticated Git storage and +collaboration using typical untrusted file hosts or services.") (license license:gpl3+))) (define-public cgit