1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: jpegoptim: Use HTTPS home page.

* gnu/packages/image.scm (jpegoptim)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice
2018-04-05 05:35:11 +02:00
parent e8da8bb1cc
commit ada3b94ffb

View File

@@ -355,7 +355,7 @@ official designation is ISO/IEC 29199-2). This library is an implementation of t
the Huffman tables) and \"lossy\" optimization based on setting
maximum quality factor.")
(license license:gpl2+)
(home-page "http://www.kokkonen.net/tjko/projects.html#jpegoptim")))
(home-page "https://www.kokkonen.net/tjko/projects.html#jpegoptim")))
(define-public libicns
(package