gnu: archivemount: Use HTTPS home page.

* * gnu/packages/linux.scm (archivemount)[source, home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2019-02-19 17:19:25 +01:00
parent 903deeea53
commit c6d8817ec4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1843,7 +1843,7 @@ file system is as easy as logging into the server with an SSH client.")
(source (source
(origin (origin
(method url-fetch) (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")) "archivemount-" version ".tar.gz"))
(sha256 (sha256
(base32 "12fb8fcmd1zwvfgzx4pay47md5cr2kgxcgq82cm6skmq75alfzi4")))) (base32 "12fb8fcmd1zwvfgzx4pay47md5cr2kgxcgq82cm6skmq75alfzi4"))))
@ -1851,7 +1851,7 @@ file system is as easy as logging into the server with an SSH client.")
(inputs `(("fuse" ,fuse) (inputs `(("fuse" ,fuse)
("libarchive" ,libarchive))) ("libarchive" ,libarchive)))
(native-inputs `(("pkg-config" ,pkg-config))) (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") (synopsis "Tool for mounting archive files with FUSE")
(description "archivemount is a FUSE-based file system for Unix variants, (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 including Linux. Its purpose is to mount archives (i.e. tar, tar.gz, etc.) to a