gnu: rsync: Update home page.
* gnu/packages/rsync.scm (rsync)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
25997f3c3e
commit
1385e86c25
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
(version "3.1.3")
|
(version "3.1.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(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"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(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
|
by sending only the differences between the source files and the existing
|
||||||
files in the destination.")
|
files in the destination.")
|
||||||
(license license:gpl3+)
|
(license license:gpl3+)
|
||||||
(home-page "http://rsync.samba.org/")))
|
(home-page "https://rsync.samba.org/")))
|
||||||
|
|
||||||
(define-public librsync
|
(define-public librsync
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue