gnu: nfs-utils: Use HTTPS home page.

* gnu/packages/nfs.scm (nfs-utils)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 20:49:54 +01:00
parent a4e8a9e0f0
commit a76e49addf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -118,7 +118,7 @@ (define-public nfs-utils
("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