diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-12-19 16:00:38 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-12-19 16:00:38 +0100 |
commit | b27013d20fb2e83db94a9b82a70a571ce57001d3 (patch) | |
tree | be5a0dd3b8e355d308f0975eb9477a2ebeb619b8 /gnu/packages/gimp.scm | |
parent | 2f4dcff4c231bc41c3fe02c75c351f6a6923f71c (diff) | |
download | guix-b27013d20fb2e83db94a9b82a70a571ce57001d3.tar.gz |
gnu: babl: Use HTTPS home page URI.
* gnu/packages/gimp.scm (babl)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/gimp.scm')
-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 da19939679..4d229a1fd9 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -190,7 +190,7 @@ of a larger interface.") (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. |