ngz pushed a commit to branch master
in repository guix.
commit e2b34de2dddb591c4486fa391c68b4eef049dffa
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:07:22 2021 +0100
gnu: gegl: Use HTTPS home page URI.
* gnu/packages/gimp.scm (gegl)[home-page]: Use HTTPS URI.
---
gnu/packages/gimp.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 4d229a1..ddd9158 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -253,7 +253,7 @@ provided, as well as a framework to add new color models
and data types.")
`(("pkg-config" ,pkg-config)
("glib" ,glib "bin") ; for gtester
("intltool" ,intltool)))
- (home-page "http://gegl.org")
+ (home-page "https://gegl.org")
(synopsis "Graph based image processing framework")
(description "GEGL (Generic Graphics Library) provides infrastructure to
do demand based cached non destructive image editing on larger than RAM