[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/17: gnu: Use HTTPS for igraph.org.
From: |
guix-commits |
Subject: |
09/17: gnu: Use HTTPS for igraph.org. |
Date: |
Thu, 16 Jul 2020 14:13:32 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 00a34333bb47ee8e8bceb05b7ca4e6e7fadc9b14
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 16 18:36:38 2020 +0200
gnu: Use HTTPS for igraph.org.
* gnu/packages/graph.scm (igraph, r-igraph)[home-page]: Use HTTPS.
---
gnu/packages/graph.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 93460bb..65dc235 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.
- branch master updated (b736e9b -> 2ffd131), guix-commits, 2020/07/16
- 01/17: gnu: lv2: Use HTTPS., guix-commits, 2020/07/16
- 02/17: gnu: lirc: Use HTTPS home page., guix-commits, 2020/07/16
- 03/17: gnu: lsof: Use HTTPS home page., guix-commits, 2020/07/16
- 04/17: gnu: bombadillo: Use HTTPS home page., guix-commits, 2020/07/16
- 05/17: gnu: Update Haskell Wiki URIs., guix-commits, 2020/07/16
- 07/17: gnu: Use HTTPS for www.yesodweb.com., guix-commits, 2020/07/16
- 08/17: gnu: ghc-pandoc-types: Use HTTPS home page., guix-commits, 2020/07/16
- 09/17: gnu: Use HTTPS for igraph.org.,
guix-commits <=
- 11/17: gnu: Use HTTPS for biojava.org home pages., guix-commits, 2020/07/16
- 13/17: gnu: libyaml: Use HTTPS., guix-commits, 2020/07/16
- 14/17: gnu: java-xmlunit: Use HTTPS home page., guix-commits, 2020/07/16
- 17/17: guix-install.sh: Make sure /etc/profile is sourced., guix-commits, 2020/07/16
- 06/17: gnu: Use HTTPS for github.com (and subdomains) home pages., guix-commits, 2020/07/16
- 10/17: gnu: jack@0.125.0: Update URIs., guix-commits, 2020/07/16
- 12/17: gnu: Use HTTPS for mdc-berlin.de home pages., guix-commits, 2020/07/16
- 15/17: gnu: kyotocabinet: Use HTTPS., guix-commits, 2020/07/16
- 16/17: guix-install.sh: Suggest running gpg as root., guix-commits, 2020/07/16