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
|
@ -422,7 +422,7 @@ any X11 window.")
|
|||
("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 New Issue