mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-tcltk2: Use HTTPS home page.
* gnu/packages/cran.scm (r-tcltk2)[home-page]: Use HTTPS.
This commit is contained in:
parent
41e7be78a1
commit
177e3dfe88
1 changed files with 1 additions and 1 deletions
|
@ -16771,7 +16771,7 @@ (define-public r-tcltk2
|
|||
(inputs
|
||||
`(("tcl" ,tcl)
|
||||
("tk" ,tk)))
|
||||
(home-page "http://www.sciviews.org/SciViews-R")
|
||||
(home-page "https://www.sciviews.org/SciViews-R")
|
||||
(synopsis "Tcl/Tk additions")
|
||||
(description
|
||||
"This package provides a series of additional Tcl commands and Tk widgets
|
||||
|
|
Loading…
Reference in a new issue