mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue