guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: archivemount: Use HTTPS home page.


From: guix-commits
Subject: 08/08: gnu: archivemount: Use HTTPS home page.
Date: Tue, 19 Feb 2019 22:50:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c6d8817ec4f7ef7333d7bf7c9db93e4085cf43e9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 19 17:19:25 2019 +0100

    gnu: archivemount: Use HTTPS home page.
    
    * * gnu/packages/linux.scm (archivemount)[source, home-page]: Use HTTPS.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f7114e0..8b86531 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1843,7 +1843,7 @@ file system is as easy as logging into the server with an 
SSH client.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://www.cybernoia.de/software/archivemount/";
+       (uri (string-append "https://www.cybernoia.de/software/archivemount/";
                            "archivemount-" version ".tar.gz"))
        (sha256
         (base32 "12fb8fcmd1zwvfgzx4pay47md5cr2kgxcgq82cm6skmq75alfzi4"))))
@@ -1851,7 +1851,7 @@ file system is as easy as logging into the server with an 
SSH client.")
     (inputs `(("fuse" ,fuse)
               ("libarchive" ,libarchive)))
     (native-inputs `(("pkg-config" ,pkg-config)))
-    (home-page "http://www.cybernoia.de/software/archivemount";)
+    (home-page "https://www.cybernoia.de/software/archivemount.html";)
     (synopsis "Tool for mounting archive files with FUSE")
     (description "archivemount is a FUSE-based file system for Unix variants,
 including Linux.  Its purpose is to mount archives (i.e. tar, tar.gz, etc.) to 
a



reply via email to

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