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.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-05 05:58:49 +02:00
parent 92edaaea27
commit 408626774b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

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