guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: babl: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: babl: Use HTTPS home page URI.
Date: Sat, 19 Dec 2020 10:01:04 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b27013d  gnu: babl: Use HTTPS home page URI.
b27013d is described below

commit b27013d20fb2e83db94a9b82a70a571ce57001d3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Dec 19 16:00:38 2020 +0100

    gnu: babl: Use HTTPS home page URI.
    
    * gnu/packages/gimp.scm (babl)[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 da19939..4d229a1 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]