summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 20:49:54 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-18 18:25:29 +0100
commita76e49addf77ba1135bfea82d59ad6beff3a7e31 (patch)
tree67b050054197f92757a96def1b596c8e45ae6b19
parenta4e8a9e0f0dbbe9eb980a7fb33846d38f3f67c08 (diff)
downloadpatches-a76e49addf77ba1135bfea82d59ad6beff3a7e31.tar
patches-a76e49addf77ba1135bfea82d59ad6beff3a7e31.tar.gz
gnu: nfs-utils: Use HTTPS home page.
* gnu/packages/nfs.scm (nfs-utils)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/nfs.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/nfs.scm b/gnu/packages/nfs.scm
index b81623fd07..3a8467431d 100644
--- a/gnu/packages/nfs.scm
+++ b/gnu/packages/nfs.scm
@@ -118,7 +118,7 @@
("libtirpc" ,libtirpc)))
(native-inputs
`(("pkg-config" ,pkg-config)))
- (home-page "http://www.kernel.org/pub/linux/utils/nfs-utils/")
+ (home-page "https://www.kernel.org/pub/linux/utils/nfs-utils/")
(synopsis "Tools for loading and managing Linux NFS mounts")
(description "The Network File System (NFS) was developed to allow
machines to mount a disk partition on a remote machine as if it were a local