mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: fsarchiver: Use HTTPS home page URI.
* gnu/packages/file-systems.scm (fsarchiver)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
42d1159335
commit
bf8e10051b
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ (define-public fsarchiver
|
|||
|
||||
Each file in the archive is protected by a checksum. If part of the archive
|
||||
is corrupted you'll lose the affected file(s) but not the whole back-up.")
|
||||
(home-page "http://www.fsarchiver.org/")
|
||||
(home-page "https://www.fsarchiver.org/")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public gphotofs
|
||||
|
|
Loading…
Reference in a new issue