summaryrefslogtreecommitdiff
path: root/gnu/packages/gimp.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-28 11:07:22 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-28 11:07:22 +0100
commite2b34de2dddb591c4486fa391c68b4eef049dffa (patch)
treecdeda502e9a1ff97591ca27d707e7c2920d57113 /gnu/packages/gimp.scm
parent21f4a18e3643a9c717f10d1ef18854bcd1e82434 (diff)
downloadguix-patches-e2b34de2dddb591c4486fa391c68b4eef049dffa.tar
guix-patches-e2b34de2dddb591c4486fa391c68b4eef049dffa.tar.gz
gnu: gegl: Use HTTPS home page URI.
* gnu/packages/gimp.scm (gegl)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/gimp.scm')
-rw-r--r--gnu/packages/gimp.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 4d229a1fd9..ddd9158f56 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