mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: archivemount: Use HTTPS home page.
* * gnu/packages/linux.scm (archivemount)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
903deeea53
commit
c6d8817ec4
1 changed files with 2 additions and 2 deletions
|
@ -1843,7 +1843,7 @@ (define-public archivemount
|
|||
(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 @@ (define-public archivemount
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue