mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: pam-mount: Use HTTPS home page.
* gnu/packages/admin.scm (pam-mount)[home-page]: Follow permanent (HTTPS) redirect.
This commit is contained in:
parent
1cbc19413c
commit
f3f0121ba0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue