gnu: pass-git-helper: Fix grammar of "allows to use" to "uses".

* gnu/packages/password-utils (pass-git-helper): Fix grammar.
This commit is contained in:
Vagrant Cascadian 2020-04-12 13:20:52 -07:00
parent 971b57d2ff
commit 7133049f10
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -846,8 +846,8 @@ (define-public pass-git-helper
("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+)))