gnu: pam-mount: Use HTTPS home page.

* gnu/packages/admin.scm (pam-mount)[home-page]:
Follow permanent (HTTPS) redirect.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-30 02:00:01 +01:00
parent 1cbc19413c
commit f3f0121ba0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4672,7 +4672,7 @@ (define-public pam-mount
(("\"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.