gnu: libmng: Use HTTPS home page.

* gnu/packages/image.scm (libmng)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 00:16:23 +01:00
parent f4766a1810
commit ce91eeacad
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1171,7 +1171,7 @@ (define-public libmng
`(("lcms" ,lcms)
("libjpeg" ,libjpeg)
("zlib" ,zlib)))
(home-page "http://www.libmng.com/")
(home-page "https://www.libmng.com/")
(synopsis "Library for handling MNG files")
(description
"Libmng is the MNG (Multiple-image Network Graphics) reference library.")