mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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 @@ (define-public graphviz
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue