guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: gnu: nfs-utils: Use HTTPS home page.


From: guix-commits
Subject: 02/10: gnu: nfs-utils: Use HTTPS home page.
Date: Tue, 18 Feb 2020 12:26:46 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a76e49addf77ba1135bfea82d59ad6beff3a7e31
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 20:49:54 2020 +0100

    gnu: nfs-utils: Use HTTPS home page.
    
    * gnu/packages/nfs.scm (nfs-utils)[home-page]: Use HTTPS.
---
 gnu/packages/nfs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/nfs.scm b/gnu/packages/nfs.scm
index b81623f..3a84674 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]