diff options
Diffstat (limited to 'gnu/packages/graph.scm')
| -rw-r--r-- | gnu/packages/graph.scm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index 4095926af3..982def62c6 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -183,7 +183,7 @@ model.")       `(("r-graph" ,r-graph)))      (native-inputs       `(("pkg-config" ,pkg-config))) -    (home-page "http://bioconductor.org/packages/Rgraphviz") +    (home-page "https://bioconductor.org/packages/Rgraphviz")      (synopsis "Plotting capabilities for R graph objects")      (description       "This package interfaces R with the graphviz library for plotting R graph | 
