mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: password-store: Use HTTPS home page.
* gnu/packages/password-utils.scm (password-store)[home-page]: Use HTTPS.
This commit is contained in:
parent
da13cc2ebb
commit
62ab60aad6
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ (define-public password-store
|
|||
("which" ,which)
|
||||
("xclip" ,xclip)
|
||||
("xdotool" ,xdotool)))
|
||||
(home-page "http://www.passwordstore.org/")
|
||||
(home-page "https://www.passwordstore.org/")
|
||||
(synopsis "Encrypted password manager")
|
||||
(description "Password-store is a password manager which uses GnuPG to
|
||||
store and retrieve passwords. The tool stores each password in its own
|
||||
|
|
Loading…
Reference in a new issue