guix-commits
[Top][All Lists]
Advanced

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

05/12: gnu: rsnapshot: Use HTTPS home page.


From: guix-commits
Subject: 05/12: gnu: rsnapshot: Use HTTPS home page.
Date: Mon, 17 Feb 2020 11:31:51 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7969789efe964fe715371e4acee6a915d4987c02
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 01:44:05 2020 +0100

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

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 00a7bcc..9d8d984 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -451,7 +451,7 @@ rdiff-backup is easy to use and settings have sensible 
defaults.")
     (inputs
      `(("perl" ,perl)
        ("rsync" ,rsync)))
-    (home-page "http://rsnapshot.org";)
+    (home-page "https://rsnapshot.org";)
     (synopsis "Deduplicating snapshot backup utility based on rsync")
     (description "rsnapshot is a file system snapshot utility based on rsync.
 rsnapshot makes it easy to make periodic snapshots of local machines, and



reply via email to

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