diff options
author | Marius Bakke <marius@gnu.org> | 2021-07-22 17:14:14 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-07-23 17:29:34 +0200 |
commit | 277f58040b2d4613795411f5b84f7e00b623135f (patch) | |
tree | 9550e09f90c090508cdefdd8ee411894666a4ef4 /gnu | |
parent | 379bb236d44abb93f490115cf26800eb4dc25b2d (diff) |
gnu: graphviz: Use HTTPS home page.
* gnu/packages/graphviz.scm (graphviz)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/graphviz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index 72c96655bc..5685864d4c 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 |