diff options
author | ng0 <[email protected]> | 2017-12-13 16:57:17 +0000 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2017-12-23 22:13:34 +0100 |
commit | 58891850e58351a85bdc7c5131e892156fc29124 (patch) | |
tree | 87c9a3d3a884275093eface58f2cd41f21cef137 /gnu/packages/compression.scm | |
parent | 493937ae1fb5b3ffdd836c144cb4682067b94de9 (diff) |
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.
Diffstat (limited to 'gnu/packages/compression.scm')
-rw-r--r-- | gnu/packages/compression.scm | 4 |
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 <[email protected]> ;;; Copyright © 2016 Kei Kebreau <[email protected]> ;;; Copyright © 2016 Marius Bakke <[email protected]> -;;; Copyright © 2017 ng0 <[email protected]> +;;; Copyright © 2017 ng0 <[email protected]> ;;; Copyright © 2017 Manolis Fragkiskos Ragkousis <[email protected]> ;;; Copyright © 2017 Theodoros Foradis <[email protected]> ;;; Copyright © 2017 Stefan Reichör <[email protected]> @@ -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 |