diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-10 02:35:45 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-11 05:50:38 +0200 |
| commit | 62ab60aad622610f18f12926ba09cddd30b62b44 (patch) | |
| tree | 3e2afd82b4de08e81a330d8dc0347dc7baecc55b | |
| parent | da13cc2ebbc127033a68545275a90d27878bc8f7 (diff) | |
gnu: password-store: Use HTTPS home page.
* gnu/packages/password-utils.scm (password-store)[home-page]: Use HTTPS.
| -rw-r--r-- | gnu/packages/password-utils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index b9a0a2de2e..a4d7c33aac 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -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 |
