mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: ecryptfs: Use HTTPS home page.
* gnu/packages/linux.scm (ecryptfs)[home-page]: Use HTTPS.
This commit is contained in:
parent
332cc03bf7
commit
c04cbcf70a
1 changed files with 1 additions and 1 deletions
|
@ -4686,7 +4686,7 @@ (define-public ecryptfs-utils
|
|||
("cryptsetup" ,cryptsetup)
|
||||
("lvm2" ,lvm2)
|
||||
("nss" ,nss)))
|
||||
(home-page "http://ecryptfs.org/")
|
||||
(home-page "https://ecryptfs.org/")
|
||||
(synopsis "eCryptfs cryptographic file system utilities")
|
||||
(description
|
||||
"eCryptfs is a POSIX-compliant stacked cryptographic file system for Linux.
|
||||
|
|
Loading…
Reference in a new issue