diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 13:20:52 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 13:22:37 -0700 |
commit | 7133049f1091c9afbe521668e0d7183a5ca54e14 (patch) | |
tree | ca146e2399ff11f87961e2a413472b8732733b3f /gnu/packages | |
parent | 971b57d2ff0912af6e98e07a2713518692de0a8b (diff) | |
download | guix-7133049f1091c9afbe521668e0d7183a5ca54e14.tar.gz |
gnu: pass-git-helper: Fix grammar of "allows to use" to "uses".
* gnu/packages/password-utils (pass-git-helper): Fix grammar.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/password-utils.scm | 4 |
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+))) |