guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: fsarchiver: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: fsarchiver: Use HTTPS home page URI.
Date: Wed, 10 Jun 2020 11:26:25 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bf8e100  gnu: fsarchiver: Use HTTPS home page URI.
bf8e100 is described below

commit bf8e10051be091fdb81576fdcf58aee8f5afe6b2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jun 10 17:25:17 2020 +0200

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

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index ca02a1e..dd72152 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -103,7 +103,7 @@ file permissions, timestamps, symbolic and hard links, and 
extended attributes.
 
 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



reply via email to

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