gnu: nfs-utils: Use HTTPS home page.
* gnu/packages/nfs.scm (nfs-utils)[home-page]: Use HTTPS.
This commit is contained in:
parent
a4e8a9e0f0
commit
a76e49addf
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
||||||
("libtirpc" ,libtirpc)))
|
("libtirpc" ,libtirpc)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("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")
|
(synopsis "Tools for loading and managing Linux NFS mounts")
|
||||||
(description "The Network File System (NFS) was developed to allow
|
(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
|
machines to mount a disk partition on a remote machine as if it were a local
|
||||||
|
|
Reference in a new issue