gnu: emacs-tramp-auto-auth: Fix synopsis and description.

* gnu/packages/emacs-xyz.scm (emacs-tramp-auto-auth): Fix synopsis and description.
This commit is contained in:
Brian Leung 2019-12-07 22:27:34 -08:00
parent 5309758627
commit dbd8a978f9
No known key found for this signature in database
GPG key ID: 3ADC75F013D678F9

View file

@ -20412,9 +20412,10 @@ (define-public emacs-tramp-auto-auth
(base32
"09nkjgwppjfgv04q0gv468qihgx4y3p39lpwbd6vbh3wgbccas9k"))))
(build-system emacs-build-system)
(synopsis "Mount/unmount volumes in Linux via Helm")
(description "This package provides a Helm interface to run operations
on removable volumes in Linux.")
(synopsis "TRAMP automatic authentication library")
(description "This library provides @code{tramp-auto-auth-mode}, a
global minor mode whose purpose is to automatically feed TRAMP sub-processes
with passwords for paths matching regexps.")
(home-page "https://github.com/Oitofelix/tramp-auto-auth")
(license license:gpl3+))))