summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2017-12-13 16:57:17 +0000
committerDanny Milosavljevic <dannym@scratchpost.org>2017-12-23 22:13:34 +0100
commit58891850e58351a85bdc7c5131e892156fc29124 (patch)
tree87c9a3d3a884275093eface58f2cd41f21cef137
parent493937ae1fb5b3ffdd836c144cb4682067b94de9 (diff)
downloadguix-patches-58891850e58351a85bdc7c5131e892156fc29124.tar
guix-patches-58891850e58351a85bdc7c5131e892156fc29124.tar.gz
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.
-rw-r--r--gnu/packages/compression.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index be9c6344b7..c87eff3b19 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2016 David Craven <david@craven.ch>
;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
-;;; Copyright © 2017 ng0 <contact.ng0@cryptolab.net>
+;;; Copyright © 2017 ng0 <ng0@n0.is>
;;; Copyright © 2017 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
;;; Copyright © 2017 Theodoros Foradis <theodoros@foradis.org>
;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
@@ -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