guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: xz: Adjust the home page.


From: Danny Milosavljevic
Subject: 01/04: gnu: xz: Adjust the home page.
Date: Sat, 23 Dec 2017 16:14:09 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 58891850e58351a85bdc7c5131e892156fc29124
Author: ng0 <address@hidden>
Date:   Wed Dec 13 16:57:17 2017 +0000

    gnu: xz: Adjust the home page.
    
    Its http URL permanently redirects to the https one,
    throwing off some basic external linters.
    
    * gnu/packages/compression.scm (xz)[home-page]: Adjust home page.
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index be9c634..c87eff3 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2016 David Craven <address@hidden>
 ;;; Copyright © 2016 Kei Kebreau <address@hidden>
 ;;; Copyright © 2016 Marius Bakke <address@hidden>
-;;; Copyright © 2017 ng0 <address@hidden>
+;;; Copyright © 2017 ng0 <address@hidden>
 ;;; Copyright © 2017 Manolis Fragkiskos Ragkousis <address@hidden>
 ;;; Copyright © 2017 Theodoros Foradis <address@hidden>
 ;;; Copyright © 2017 Stefan Reichör <address@hidden>
@@ -371,7 +371,7 @@ compression algorithm is currently LZMA2, which is used 
inside the .xz
 container format.  With typical files, XZ Utils create 30 % smaller output
 than gzip and 15 % smaller output than bzip2.")
    (license (list license:gpl2+ license:lgpl2.1+)) ; bits of both
-   (home-page "http://tukaani.org/xz/";)))
+   (home-page "https://tukaani.org/xz/";)))
 
 (define-public lzo
   (package



reply via email to

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