mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: babl: Use HTTPS home page URI.
* gnu/packages/gimp.scm (babl)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
2f4dcff4c2
commit
b27013d20f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue