gnu: pass-git-helper: Fix grammar of "allows to use" to "uses".
authorVagrant Cascadian <vagrant@debian.org>
Sun, 12 Apr 2020 20:20:52 +0000 (13:20 -0700)
committerVagrant Cascadian <vagrant@debian.org>
Sun, 12 Apr 2020 20:22:37 +0000 (13:22 -0700)
* gnu/packages/password-utils (pass-git-helper): Fix grammar.

gnu/packages/password-utils.scm

index 333fbfa..27e032d 100644 (file)
@@ -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+)))