guix-commits
[Top][All Lists]
Advanced

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

06/87: gnu: gegl: Use HTTPS home page URI.


From: guix-commits
Subject: 06/87: gnu: gegl: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:27 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit e2b34de2dddb591c4486fa391c68b4eef049dffa
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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



reply via email to

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