From c04cbcf70a4ee8d92c13f441d04c3420a3b9ba76 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 18 Jan 2020 18:27:36 +0100 Subject: [PATCH] gnu: ecryptfs: Use HTTPS home page. * gnu/packages/linux.scm (ecryptfs)[home-page]: Use HTTPS. --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (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.