guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: xdelta: Change to new home page.


From: Danny Milosavljevic
Subject: 02/04: gnu: xdelta: Change to new home page.
Date: Sat, 23 Dec 2017 16:14:09 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 69b7fa3e2d5df89d0be506ac45f21d65048360ce
Author: ng0 <address@hidden>
Date:   Wed Dec 13 17:01:00 2017 +0000

    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.
---
 gnu/packages/compression.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index c87eff3..c242a5a 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -985,7 +985,7 @@ respectively, based on the reference implementation from 
Google.")
            (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



reply via email to

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