guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: gd: Use HTTPS home page.


From: guix-commits
Subject: 06/13: gnu: gd: Use HTTPS home page.
Date: Tue, 10 Mar 2020 22:43:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 44184f33562f483c32c9ec78db5cef26b3386cfd
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 01:06:55 2020 +0100

    gnu: gd: Use HTTPS home page.
    
    * gnu/packages/gd.scm (gd)[home-page]: Use HTTPS.
---
 gnu/packages/gd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index 5b3f850..2d3ee42 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -83,7 +83,7 @@
     (propagated-inputs
      `(("fontconfig" ,fontconfig)
        ("libjpeg" ,libjpeg)))
-    (home-page "http://www.libgd.org/";)
+    (home-page "https://www.libgd.org/";)
     (synopsis "Library for the dynamic creation of images by programmers")
     (description
      "GD is a library for the dynamic creation of images by programmers.  GD



reply via email to

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