summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 13:20:52 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 13:22:37 -0700
commit7133049f1091c9afbe521668e0d7183a5ca54e14 (patch)
treeca146e2399ff11f87961e2a413472b8732733b3f
parent971b57d2ff0912af6e98e07a2713518692de0a8b (diff)
downloadpatches-7133049f1091c9afbe521668e0d7183a5ca54e14.tar
patches-7133049f1091c9afbe521668e0d7183a5ca54e14.tar.gz
gnu: pass-git-helper: Fix grammar of "allows to use" to "uses".
* gnu/packages/password-utils (pass-git-helper): Fix grammar.
-rw-r--r--gnu/packages/password-utils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 333fbfa026..27e032d827 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -846,8 +846,8 @@ winner of the 2015 Password Hashing Competition.")
("python-pytest-mock" ,python-pytest-mock)))
(home-page "https://github.com/languitar/pass-git-helper")
(synopsis "Git credential helper interfacing with pass")
- (description "pass-git-helper is a git credential helper which allows to
-use pass, the standard unix password manager, as the credential backend for
+ (description "pass-git-helper is a git credential helper which
+uses pass, the standard unix password manager, as the credential backend for
your git repositories. This is achieved by explicitly defining mappings
between hosts and entries in the password store.")
(license license:lgpl3+)))