diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-30 02:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-30 02:00:25 +0100 |
commit | f3f0121ba044802ed09a873a087a3dfb559918df (patch) | |
tree | e551690c98b39937c72cab263568dcd4434d45e1 /gnu | |
parent | 1cbc19413c953498d31d103eb28216f884fa3908 (diff) |
gnu: pam-mount: Use HTTPS home page.
* gnu/packages/admin.scm (pam-mount)[home-page]:
Follow permanent (HTTPS) redirect.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index dd5b57ebf5..ab95095ca3 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -4672,7 +4672,7 @@ tcpdump and snoop.") (("\"pmvarrun\", \"") (string-append "\"" out "/sbin/pmvarrun\", \"")))) #t))))) - (home-page "http://pam-mount.sourceforge.net") + (home-page "https://inai.de/projects/pam_mount/") (synopsis "PAM module to mount volumes for a user session") (description "Pam-mount is a PAM module to mount volumes when a user logs in. |