mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-08 23:08:51 +02:00
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:
@@ -2157,7 +2157,7 @@ is implemented.")
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user