mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: r-doby: Use HTTPS home page URI.
* gnu/packages/cran.scm (r-doby)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
30f9581440
commit
fef822f90a
1 changed files with 1 additions and 1 deletions
|
@ -8450,7 +8450,7 @@ (define-public r-doby
|
|||
("r-tibble" ,r-tibble)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "http://people.math.aau.dk/~sorenh/software/doBy/")
|
||||
(home-page "https://people.math.aau.dk/~sorenh/software/doBy/")
|
||||
(synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
|
||||
(description
|
||||
"This package contains:
|
||||
|
|
Loading…
Reference in a new issue