gnu: java-xz: Adjust home page.

* gnu/packages/java.scm (java-xz)[home-page]: Adjust home-page. The http part of it
is a permanent redirect to https.
This commit is contained in:
ng0 2017-12-13 22:03:40 +00:00 committed by Danny Milosavljevic
parent 69b7fa3e2d
commit d6ddc5ab83
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -2157,7 +2157,7 @@ (define-public java-xz
(lambda _ (chdir "..") #t)))))
(native-inputs
`(("unzip" ,unzip)))
(home-page "http://tukaani.org/xz/java.html")
(home-page "https://tukaani.org/xz/java.html")
(synopsis "Implementation of XZ data compression in pure Java")
(description "This library aims to be a complete implementation of XZ data
compression in pure Java. Single-threaded streamed compression and