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:
parent
971b57d2ff
commit
7133049f10
1 changed files with 2 additions and 2 deletions
|
@ -846,8 +846,8 @@ winner of the 2015 Password Hashing Competition.")
|
||||||
("python-pytest-mock" ,python-pytest-mock)))
|
("python-pytest-mock" ,python-pytest-mock)))
|
||||||
(home-page "https://github.com/languitar/pass-git-helper")
|
(home-page "https://github.com/languitar/pass-git-helper")
|
||||||
(synopsis "Git credential helper interfacing with pass")
|
(synopsis "Git credential helper interfacing with pass")
|
||||||
(description "pass-git-helper is a git credential helper which allows to
|
(description "pass-git-helper is a git credential helper which
|
||||||
use pass, the standard unix password manager, as the credential backend for
|
uses pass, the standard unix password manager, as the credential backend for
|
||||||
your git repositories. This is achieved by explicitly defining mappings
|
your git repositories. This is achieved by explicitly defining mappings
|
||||||
between hosts and entries in the password store.")
|
between hosts and entries in the password store.")
|
||||||
(license license:lgpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
Reference in a new issue