gnu: graphviz: Use HTTPS home page.
* gnu/packages/graphviz.scm (graphviz)[home-page]: Use HTTPS.
This commit is contained in:
parent
379bb236d4
commit
277f58040b
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
||||||
("swig" ,swig)
|
("swig" ,swig)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(outputs '("out" "doc")) ; 5 MiB of html + pdfs
|
(outputs '("out" "doc")) ; 5 MiB of html + pdfs
|
||||||
(home-page "http://www.graphviz.org/")
|
(home-page "https://www.graphviz.org/")
|
||||||
(synopsis "Graph visualization software")
|
(synopsis "Graph visualization software")
|
||||||
(description
|
(description
|
||||||
"Graphviz is a graph visualization tool suite. Graph visualization is a
|
"Graphviz is a graph visualization tool suite. Graph visualization is a
|
||||||
|
|
Reference in a new issue