mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xdelta: Change to new home page.
The previous used http://xdelta.com is linking to a parked/squatted domain. * gnu/packages/compression.scm (xdelta)[home-page]: Use http://xdelta.org as new home page.
This commit is contained in:
parent
58891850e5
commit
69b7fa3e2d
1 changed files with 1 additions and 1 deletions
|
@ -985,7 +985,7 @@ (define-public xdelta
|
|||
(lambda _ (chdir "xdelta3")))
|
||||
(add-after 'enter-build-directory 'autoconf
|
||||
(lambda _ (zero? (system* "autoreconf" "-vfi")))))))
|
||||
(home-page "http://xdelta.com")
|
||||
(home-page "http://xdelta.org")
|
||||
(synopsis "Delta encoder for binary files")
|
||||
(description "xdelta encodes only the differences between two binary files
|
||||
using the VCDIFF algorithm and patch file format described in RFC 3284. It can
|
||||
|
|
Loading…
Reference in a new issue