guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: rsync: Update home page.


From: guix-commits
Subject: 03/09: gnu: rsync: Update home page.
Date: Tue, 14 Jan 2020 17:52:25 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 1385e86c259bcd7a8c86b656aa13518c1e544506
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Jan 14 21:12:02 2020 +0100

    gnu: rsync: Update home page.
    
    * gnu/packages/rsync.scm (rsync)[source, home-page]: Use HTTPS.
---
 gnu/packages/rsync.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rsync.scm b/gnu/packages/rsync.scm
index fad995b..7be18cb 100644
--- a/gnu/packages/rsync.scm
+++ b/gnu/packages/rsync.scm
@@ -41,7 +41,7 @@
    (version "3.1.3")
    (source (origin
             (method url-fetch)
-            (uri (string-append "http://rsync.samba.org/ftp/rsync/src/rsync-";
+            (uri (string-append "https://rsync.samba.org/ftp/rsync/src/rsync-";
                                 version ".tar.gz"))
             (sha256
              (base32
@@ -57,7 +57,7 @@ Its delta-transfer algorithm reduces the amount of data sent 
over the network
 by sending only the differences between the source files and the existing
 files in the destination.")
    (license license:gpl3+)
-   (home-page "http://rsync.samba.org/";)))
+   (home-page "https://rsync.samba.org/";)))
 
 (define-public librsync
   (package



reply via email to

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