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)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("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")
|
(synopsis "R graphics device using Cairo graphics library")
|
||||||
(description
|
(description
|
||||||
"This package provides a Cairo graphics device that can be use to
|
"This package provides a Cairo graphics device that can be use to
|
||||||
|
|
Reference in a new issue