guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/28: gnu: Use HTTPS for statnet.org home pages.


From: Tobias Geerinckx-Rice
Subject: 14/28: gnu: Use HTTPS for statnet.org home pages.
Date: Thu, 5 Apr 2018 00:44:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 408626774b364e62425b02651b5d83b4e423ad37
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 5 05:58:49 2018 +0200

    gnu: Use HTTPS for statnet.org home pages.
    
    * gnu/packages/cran.scm (r-network, r-statnet-common, r-sna)[home-page]:
    Use HTTPS and canonical domain name.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 22dea0e..6ce0ed1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2610,7 +2610,7 @@ published results; and a routine for graphical display.")
         (base32
          "1bbkbqkqf1d7irfwh08c13c2pfypir1ssvlqrln83irqns1ikdv0"))))
     (build-system r-build-system)
-    (home-page "http://statnet.org/";)
+    (home-page "https://statnet.org/";)
     (synopsis "Classes for relational data")
     (description
      "This package provides tools to create and modify network objects.  The
@@ -2632,7 +2632,7 @@ supports arbitrary vertex/edge/graph attributes.")
     (properties
       `((upstream-name . "statnet.common")))
     (build-system r-build-system)
-    (home-page "http://www.statnet.org";)
+    (home-page "https://statnet.org";)
     (synopsis "R scripts and utilities used by the Statnet software")
     (description "This package provides non-statistical utilities used by the
 software developed by the Statnet Project.")
@@ -2653,7 +2653,7 @@ software developed by the Statnet Project.")
     (propagated-inputs
      `(("r-network" ,r-network)
        ("r-statnet-common" ,r-statnet-common)))
-    (home-page "http://www.statnet.org";)
+    (home-page "https://statnet.org";)
     (synopsis "Tools for social network analysis")
     (description
      "This package provides a range of tools for social network analysis,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]