Archived
1
0
Fork 0

gnu: gegl: Use HTTPS home page URI.

* gnu/packages/gimp.scm (gegl)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:07:22 +01:00
parent 21f4a18e36
commit e2b34de2dd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -253,7 +253,7 @@ provided, as well as a framework to add new color models and data types.")
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("glib" ,glib "bin") ; for gtester ("glib" ,glib "bin") ; for gtester
("intltool" ,intltool))) ("intltool" ,intltool)))
(home-page "http://gegl.org") (home-page "https://gegl.org")
(synopsis "Graph based image processing framework") (synopsis "Graph based image processing framework")
(description "GEGL (Generic Graphics Library) provides infrastructure to (description "GEGL (Generic Graphics Library) provides infrastructure to
do demand based cached non destructive image editing on larger than RAM do demand based cached non destructive image editing on larger than RAM