gnu: rsync: Update home page.

* gnu/packages/rsync.scm (rsync)[source, home-page]: Use HTTPS.
This commit is contained in:
Marius Bakke 2020-01-14 21:12:02 +01:00
parent 25997f3c3e
commit 1385e86c25
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -41,7 +41,7 @@ (define-public rsync
(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 @@ (define-public rsync
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