diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-16 18:36:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-16 20:12:06 +0200 |
commit | 00a34333bb47ee8e8bceb05b7ca4e6e7fadc9b14 (patch) | |
tree | c0d0b6ce23cc9195206fb4a705f9025f88b8e8ef /gnu | |
parent | d48b5c8af7ea3ac0ec80dab3d0036f185913d1e3 (diff) |
gnu: Use HTTPS for igraph.org.
* gnu/packages/graph.scm (igraph, r-igraph)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/graph.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index 93460bb38e..65dc23588f 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -78,7 +78,7 @@ ("lapack" ,lapack) ("openblas" ,openblas) ("zlib" ,zlib))) - (home-page "http://igraph.org") + (home-page "https://igraph.org") (synopsis "Network analysis and visualization") (description "This package provides a library for the analysis of networks and graphs. @@ -145,7 +145,7 @@ more.") `(("r-magrittr" ,r-magrittr) ("r-matrix" ,r-matrix) ("r-pkgconfig" ,r-pkgconfig))) - (home-page "http://igraph.org") + (home-page "https://igraph.org") (synopsis "Network analysis and visualization") (description "This package provides routines for simple graphs and network analysis. |