gnu: librsync: Fix source uri
* gnu/packages/rsync.scm (librsync) [source]: Fix sourceforge uri.
This commit is contained in:
parent
d1a5439bcb
commit
33dcd2a804
|
@ -57,7 +57,7 @@ files in the destination.")
|
||||||
(version "0.9.7")
|
(version "0.9.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/projects/librsync/librsync/"
|
(uri (string-append "mirror://sourceforge/librsync/librsync/"
|
||||||
version "/librsync-" version ".tar.gz"))
|
version "/librsync-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue