diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:07:22 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:07:22 +0100 |
commit | e2b34de2dddb591c4486fa391c68b4eef049dffa (patch) | |
tree | cdeda502e9a1ff97591ca27d707e7c2920d57113 /gnu/packages | |
parent | 21f4a18e3643a9c717f10d1ef18854bcd1e82434 (diff) | |
download | guix-e2b34de2dddb591c4486fa391c68b4eef049dffa.tar.gz guix-e2b34de2dddb591c4486fa391c68b4eef049dffa.zip |
gnu: gegl: Use HTTPS home page URI.
* gnu/packages/gimp.scm (gegl)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gimp.scm | 2 |
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 |