diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:03:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-16 22:46:39 +0100 |
commit | 177e3dfe8806f70ade828a9462f969108e97f40d (patch) | |
tree | 2fc5e20e5621545f8094dfb486031c4af738650b /gnu | |
parent | 41e7be78a1d62425e167670a254f6573e38ddcda (diff) |
gnu: r-tcltk2: Use HTTPS home page.
* gnu/packages/cran.scm (r-tcltk2)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index fd1cc7f358..21a1eebb11 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16771,7 +16771,7 @@ experienced.") (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 |