diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 20:49:54 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-18 18:25:29 +0100 |
commit | a76e49addf77ba1135bfea82d59ad6beff3a7e31 (patch) | |
tree | 67b050054197f92757a96def1b596c8e45ae6b19 /gnu/packages/nfs.scm | |
parent | a4e8a9e0f0dbbe9eb980a7fb33846d38f3f67c08 (diff) |
gnu: nfs-utils: Use HTTPS home page.
* gnu/packages/nfs.scm (nfs-utils)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/nfs.scm')
-rw-r--r-- | gnu/packages/nfs.scm | 2 |
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 |