gnu: babl: Use HTTPS home page URI.

* gnu/packages/gimp.scm (babl)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2020-12-19 16:00:38 +01:00
parent 2f4dcff4c2
commit b27013d20f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -190,7 +190,7 @@ (define-public babl
(propagated-inputs
;; Propagated to satisfy babl.pc.
`(("lcms" ,lcms)))
(home-page "http://gegl.org/babl/")
(home-page "https://gegl.org/babl/")
(synopsis "Image pixel format conversion library")
(description
"Babl is a dynamic, any-to-any pixel format translation library.