gnu: r-cairo: Use HTTPS home page.
* gnu/packages/statistics.scm (r-cairo)[home-page]: Use HTTPS.
This commit is contained in:
parent
08eefe29e6
commit
b3cac53393
1 changed files with 1 additions and 1 deletions
|
@ -5441,7 +5441,7 @@ genome-wide association studies can be analyzed efficiently.")
|
|||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://www.rforge.net/Cairo/")
|
||||
(home-page "https://www.rforge.net/Cairo/")
|
||||
(synopsis "R graphics device using Cairo graphics library")
|
||||
(description
|
||||
"This package provides a Cairo graphics device that can be use to
|
||||
|
|
Reference in a new issue