guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: graphviz: Use HTTPS home page.


From: guix-commits
Subject: 02/02: gnu: graphviz: Use HTTPS home page.
Date: Fri, 23 Jul 2021 11:31:13 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 277f58040b2d4613795411f5b84f7e00b623135f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 22 17:14:14 2021 +0200

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

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 72c9665..5685864 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -117,7 +117,7 @@
        ("swig" ,swig)
        ("pkg-config" ,pkg-config)))
     (outputs '("out" "doc"))                      ; 5 MiB of html + pdfs
-    (home-page "http://www.graphviz.org/";)
+    (home-page "https://www.graphviz.org/";)
     (synopsis "Graph visualization software")
     (description
      "Graphviz is a graph visualization tool suite.  Graph visualization is a



reply via email to

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