gnu: r-tsa: Use HTTPS home page.
* gnu/packages/cran.scm (r-tsa)[home-page]: Use HTTPS.
This commit is contained in:
parent
ac5bd7f0f0
commit
1c131432bd
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
|
;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
|
||||||
;;; Copyright © 2016, 2017, 2018 Roel Janssen <roel@gnu.org>
|
;;; Copyright © 2016, 2017, 2018 Roel Janssen <roel@gnu.org>
|
||||||
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
|
;;; Copyright © 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
|
||||||
;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
|
;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
|
||||||
;;; Copyright © 2018 Sahithi Yarlagadda <sahi@swecha.net>
|
;;; Copyright © 2018 Sahithi Yarlagadda <sahi@swecha.net>
|
||||||
|
@ -4513,7 +4513,7 @@ University Press, 2000.")
|
||||||
`(("r-leaps" ,r-leaps)
|
`(("r-leaps" ,r-leaps)
|
||||||
("r-locfit" ,r-locfit)
|
("r-locfit" ,r-locfit)
|
||||||
("r-mgcv" ,r-mgcv)))
|
("r-mgcv" ,r-mgcv)))
|
||||||
(home-page "http://www.stat.uiowa.edu/~kchan/TSA.htm")
|
(home-page "https://homepage.divms.uiowa.edu/~kchan/TSA.htm")
|
||||||
(synopsis "Time series analysis")
|
(synopsis "Time series analysis")
|
||||||
(description
|
(description
|
||||||
"This package contains R functions and datasets detailed in the book
|
"This package contains R functions and datasets detailed in the book
|
||||||
|
|
Reference in a new issue