diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 18:27:36 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 17:57:08 +0100 |
commit | c04cbcf70a4ee8d92c13f441d04c3420a3b9ba76 (patch) | |
tree | 865e4555be4c4aa604f05a9d67cd601a43a0b964 /gnu | |
parent | 332cc03bf734c2ef3cf88f7a86178a7721609de2 (diff) | |
download | guix-c04cbcf70a4ee8d92c13f441d04c3420a3b9ba76.tar.gz |
gnu: ecryptfs: Use HTTPS home page.
* gnu/packages/linux.scm (ecryptfs)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index beea8b6433..936047dc1e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4686,7 +4686,7 @@ not as a replacement for it.") ("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. |